summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-03-18 03:40:57 +0200
committerMaxim Devaev <[email protected]>2023-03-18 03:40:57 +0200
commit03ce7bfd2c5823d623cae0f6d9dc2b712869583a (patch)
treec49ab52ab0dff7751a006c8840bc2177ca92d835 /web/kvm
parent18a8e5c9efadf4d95b06a5dbf08fa49182237b48 (diff)
removed some msd api legacy
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html6
-rw-r--r--web/kvm/navbar-msd.pug4
2 files changed, 5 insertions, 5 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 568da0ec..b4dbb70b 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -476,7 +476,7 @@
</td>
</tr>
</table>
- <table class="kv msd-cdrom-emulation feature-disabled">
+ <table class="kv">
<tr>
<td>Drive <a target="_blank" href="https://docs.pikvm.org/msd">mode</a>:</td>
<td>
@@ -488,8 +488,8 @@
</div>
</td>
<td>&nbsp;</td>
- <td class="msd-rw feature-disabled">Writable:</td>
- <td class="msd-rw feature-disabled" align="right">
+ <td>Writable:</td>
+ <td align="right">
<div class="switch-box">
<input disabled type="checkbox" id="msd-rw-switch">
<label for="msd-rw-switch"><span class="switch-inner"></span><span class="switch"></span></label>
diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug
index f668ae32..47ebcccb 100644
--- a/web/kvm/navbar-msd.pug
+++ b/web/kvm/navbar-msd.pug
@@ -39,7 +39,7 @@ li(id="msd-dropdown" class="right feature-disabled")
td(width="100%") #[select(disabled id="msd-image-selector")]
td #[button(disabled id="msd-download-button" title="Download image") &nbsp;&nbsp;&#128426;&nbsp;&nbsp;]
td #[button(disabled id="msd-remove-button" title="Remove image") #[b &nbsp;&nbsp;&times;&nbsp;&nbsp;]]
- table(class="kv msd-cdrom-emulation feature-disabled")
+ table(class="kv")
tr
td Drive #[a(target="_blank" href="https://docs.pikvm.org/msd") mode]:
td
@@ -49,7 +49,7 @@ li(id="msd-dropdown" class="right feature-disabled")
input(type="radio" id="msd-mode-radio-flash" name="msd-mode-radio" value="0")
label(for="msd-mode-radio-flash") Flash
td &nbsp;
- +menu_switch_notable("msd-rw-switch", "Writable", false, false, "msd-rw feature-disabled")
+ +menu_switch_notable("msd-rw-switch", "Writable", false, false)
hr
div(class="text")
div(id="msd-storage-progress" class="progress")