summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html15
-rw-r--r--web/kvm/navbar-system.pug12
2 files changed, 27 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 08062ffe..61d5e3dc 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -227,6 +227,21 @@
</div>
</td>
</tr>
+ <tr class="feature-disabled" id="stream-orient">
+ <td>Orientation:</td>
+ <td>
+ <div class="radio-box">
+ <input checked type="radio" id="stream-orient-radio-0" name="stream-orient-radio" value="0">
+ <label for="stream-orient-radio-0">Default</label>
+ <input type="radio" id="stream-orient-radio-90" name="stream-orient-radio" value="90">
+ <label for="stream-orient-radio-90">90&deg;</label>
+ <input type="radio" id="stream-orient-radio-180" name="stream-orient-radio" value="180">
+ <label for="stream-orient-radio-180">180&deg;</label>
+ <input type="radio" id="stream-orient-radio-270" name="stream-orient-radio" value="270">
+ <label for="stream-orient-radio-270">270&deg;</label>
+ </div>
+ </td>
+ </tr>
<tr class="feature-disabled" id="stream-audio">
<td>Audio volume:</td>
<td class="value-slider">
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index c30ea884..85cf6b24 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -50,6 +50,18 @@ li(id="system-dropdown" class="right")
label(for="stream-mode-radio-mjpeg") MJPEG / HTTP
input(type="radio" id="stream-mode-radio-janus" name="stream-mode-radio" value="janus")
label(for="stream-mode-radio-janus") H.264 / WebRTC
+ tr(id="stream-orient" class="feature-disabled")
+ td Orientation:
+ td
+ div(class="radio-box")
+ input(checked type="radio" id="stream-orient-radio-0" name="stream-orient-radio" value="0")
+ label(for="stream-orient-radio-0") Default
+ input(type="radio" id="stream-orient-radio-90" name="stream-orient-radio" value="90")
+ label(for="stream-orient-radio-90") 90&deg;
+ input(type="radio" id="stream-orient-radio-180" name="stream-orient-radio" value="180")
+ label(for="stream-orient-radio-180") 180&deg;
+ input(type="radio" id="stream-orient-radio-270" name="stream-orient-radio" value="270")
+ label(for="stream-orient-radio-270") 270&deg;
tr(id="stream-audio", class="feature-disabled")
td Audio volume:
td(class="value-slider") #[input(type="range" id="stream-audio-volume-slider" class="slider")]