diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 8fcbf81f..3343f07e 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -219,6 +219,13 @@ </div> </td> </tr> + <tr class="feature-disabled" id="stream-audio"> + <td>Audio volume:</td> + <td> + <input class="slider" type="range" id="stream-audio-volume-slider"> + </td> + <td class="value" id="stream-audio-volume-value" style="min-width: 30px; max-width:30px"></td> + </tr> </table> <hr> <div class="buttons buttons-row"> |