mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
reading images api
This commit is contained in:
@@ -419,6 +419,9 @@
|
||||
<td width="100%">
|
||||
<select disabled id="msd-image-selector"></select>
|
||||
</td>
|
||||
<td>
|
||||
<button disabled id="msd-download-button" title="Download image"> 🖪 </button>
|
||||
</td>
|
||||
<td>
|
||||
<button disabled id="msd-remove-button" title="Remove image"><b> × </b></button>
|
||||
</td>
|
||||
|
||||
@@ -37,6 +37,7 @@ li(id="msd-dropdown" class="right feature-disabled")
|
||||
tr
|
||||
td Image:
|
||||
td(width="100%") #[select(disabled id="msd-image-selector")]
|
||||
td #[button(disabled id="msd-download-button" title="Download image") 🖪 ]
|
||||
td #[button(disabled id="msd-remove-button" title="Remove image") #[b × ]]
|
||||
table(class="kv msd-cdrom-emulation feature-disabled")
|
||||
tr
|
||||
|
||||
Reference in New Issue
Block a user