mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
GUACAMOLE-346: Display "seek in progress" notification when seeking in playback example.
This commit is contained in:
@@ -31,7 +31,13 @@
|
||||
<div class="player">
|
||||
|
||||
<!-- Player display -->
|
||||
<div id="display"></div>
|
||||
<div id="display">
|
||||
<div class="notification-container">
|
||||
<div class="seek-notification">
|
||||
<p>Seek in progress... Click "play" to cancel.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Player controls -->
|
||||
<div class="controls">
|
||||
|
Reference in New Issue
Block a user