GUACAMOLE-346: Provide explicit "cancel" button for in-progress seek.

This commit is contained in:
Michael Jumper
2017-07-15 16:58:39 -07:00
parent 25de43391a
commit ed3c022f7e
2 changed files with 17 additions and 1 deletions

View File

@@ -34,7 +34,10 @@
<div id="display">
<div class="notification-container">
<div class="seek-notification">
<p>Seek in progress... Click "play" to cancel.</p>
<p>
Seek in progress...
<button id="cancel-seek">Cancel</button>
</p>
</div>
</div>
</div>