diff options
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index cd34bb0e..531d4488 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -53,7 +53,7 @@ </div> </div> - + <div ng-if="isPaused" style="position:absolute; top:50%; left:50%;white-space:nowrap;overflow:hidden;z-index:999" class="header-paused"> @@ -64,6 +64,14 @@ </div> <!-- no default video --> <div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot() && !isStreamStopped()"> + + + <div ng-if="isVideoLoading" style="position:absolute; top:50%; left:50%;white-space:nowrap;overflow:hidden;z-index:999999" + class="header-centered animated pulse infinite"> + + {{'kVideoLoading' | translate}}... + </div> + <div ng-if="videoIsReady"> |
