mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
icon instead of text
This commit is contained in:
parent
d6e158c28f
commit
f4d8a6d523
@ -420,7 +420,7 @@
|
||||
<select disabled id="msd-image-selector"></select>
|
||||
</td>
|
||||
<td>
|
||||
<button disabled id="msd-remove-button">Remove</button>
|
||||
<button disabled id="msd-remove-button" title="Remove image"><b> × </b></button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -37,7 +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-remove-button") Remove]
|
||||
td #[button(disabled id="msd-remove-button" title="Remove image") #[b × ]]
|
||||
table(class="kv msd-cdrom-emulation feature-disabled")
|
||||
tr
|
||||
td Drive #[a(target="_blank" href="https://docs.pikvm.org/msd") mode]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user