diff options
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/navbar-msd.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 5116e15b..8ecdbfdf 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -500,7 +500,7 @@ <select disabled id="msd-image-selector"></select> </td> <td> - <button disabled id="msd-download-button" title="Download image"> 🖪 </button> + <button disabled id="msd-download-button" title="Download image"><b> ⇩ </b></button> </td> <td> <button disabled id="msd-remove-button" title="Remove image"><b> × </b></button> diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug index ee1ed866..397105df 100644 --- a/web/kvm/navbar-msd.pug +++ b/web/kvm/navbar-msd.pug @@ -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-download-button" title="Download image") 🖪 ] + td #[button(disabled id="msd-download-button" title="Download image") #[b ⇩ ]] td #[button(disabled id="msd-remove-button" title="Remove image") #[b × ]] table(class="kv") tr |