diff options
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 12d764f5..c7f0491f 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -205,7 +205,9 @@ <div id="stream-window" class="window" style="z-index: 1" tabindex="0"> <div class="window-header"><div class="window-grab">Stream</div></div> - <img id="stream-image" class="stream-image-inactive" alt="Loading..."/> + <div id="stream-box" class="stream-box-inactive"> + <img id="stream-image" class="stream-image-inactive" src="png/blank-stream.png" /> + </div> </div> <div id="keyboard-window" class="window" tabindex="0"> |