diff options
author | Maxim Devaev <[email protected]> | 2023-08-26 04:48:58 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-26 04:48:58 +0300 |
commit | 82616ed7b53d8f225f855acc7755b3bdc6b58989 (patch) | |
tree | a2c89b07658067ef4117ad6261ff6a262e7f88c7 /web/kvm | |
parent | 36df38972c4b6c39f026ed6633982295a79076bf (diff) |
pikvm/pikvm#1095: floppy icon is missing on macOS
Diffstat (limited to 'web/kvm')
-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 |