diff options
author | Devaev Maxim <[email protected]> | 2018-08-01 00:26:39 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-01 00:29:20 +0300 |
commit | d46bc3dfd187a0d354798f766852e5ea69de3084 (patch) | |
tree | cf67cc2f01a019aeffa9a4e6ba8b662e11fcbb69 /kvmd/web/index.html | |
parent | d9dbddeb2fcda7121738d1378c9e83b78ec25928 (diff) |
pretty stream stub
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"> |