summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-08-16 02:19:56 +0300
committerDevaev Maxim <[email protected]>2020-08-16 02:19:56 +0300
commit5f917371bf96dc6235d26baf87514453732bd503 (patch)
tree3c7fb09f27a8accae040cbdc03fe6cef087452ef /web/kvm/index.html
parentaae0be292d308e54fe976d9467fcc9a948ad8c57 (diff)
Fixed #4: regenerated pug, short title button
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index de3fae8b..94bc9fce 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -300,8 +300,8 @@
<hr>
<input class="hidden" type="file" id="msd-select-new-image-file">
<div class="buttons buttons-row">
- <button class="row50" disabled id="msd-select-new-image-button">Upload new image</button>
- <button class="row25" disabled id="msd-upload-new-image-button">Start</button>
+ <button class="row50" disabled id="msd-select-new-image-button">Select image to upload</button>
+ <button class="row25" disabled id="msd-upload-new-image-button">Upload</button>
<button class="row25" disabled id="msd-abort-uploading-button">Abort</button>
</div>
<hr>