GUACAMOLE-346: Add "paused" notification to example player.

This commit is contained in:
Michael Jumper
2017-07-15 17:32:03 -07:00
parent be9124d599
commit 768974711c
3 changed files with 35 additions and 24 deletions

View File

@@ -28,7 +28,7 @@
<body>
<!-- Guacamole recording player -->
<div class="player">
<div id="player" class="paused">
<!-- Player display -->
<div id="display">
@@ -39,6 +39,9 @@
<button id="cancel-seek">Cancel</button>
</p>
</div>
<div class="paused-notification">
<p>Paused.</p>
</div>
</div>
</div>