added volume control for the web interface, and password protection
This commit is contained in:
@ -109,6 +109,17 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="btn-group" style="float: right;">
|
||||
<form method="post">
|
||||
<input type="text" value="volume_down" name="action" hidden>
|
||||
<button type="submit" class="btn btn-warning btn-space"><i class="fa fa-volume-down" aria-hidden="true"></i></button>
|
||||
</form>
|
||||
<form method="post">
|
||||
<input type="text" value="volume_up" name="action" hidden>
|
||||
<button type="submit" class="btn btn-warning btn-space"><i class="fa fa-volume-up" aria-hidden="true"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user