This commit is contained in:
mofeng-git
2025-02-01 14:40:28 +00:00
parent c711683c63
commit f032b8c798
8 changed files with 54 additions and 22 deletions

View File

@@ -260,7 +260,7 @@
</td>
</tr>
<tr class="feature-disabled" id="stream-audio">
<td>Audio volume:</td>
<td i18n="kvm_text19">Audio volume:</td>
<td class="value-slider">
<input class="slider" type="range" id="stream-audio-volume-slider">
</td>

View File

@@ -68,7 +68,7 @@ li(id="system-dropdown" class="right")
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(i18n="kvm_text19") Audio volume:
td(class="value-slider") #[input(type="range" id="stream-audio-volume-slider" class="slider")]
td(id="stream-audio-volume-value" class="value-number")
tr(id="stream-mic" class="feature-disabled")