diff options
author | Devaev Maxim <[email protected]> | 2018-07-23 16:12:57 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-23 16:12:57 +0300 |
commit | 70b7f73e2063cdb61f1d31a8edf679f4f264e008 (patch) | |
tree | 08ac8d3c2c41ab6ea47b4eaa5f63df90bb0e0dae /kvmd/web/index.html | |
parent | d92286ded73a122916359f724986400ccef5af9d (diff) |
refactoring
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 1e65ec78..295c8f22 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -126,7 +126,11 @@ <hr> <input type="file" id="msd-select-new-image-file" style="display:none;" onchange="msd.selectNewImageFile()" /> - <button disabled id="msd-select-new-image-button" class="first" onclick="document.getElementById('msd-select-new-image-file').click();">Upload new image</button><button disabled id="msd-upload-new-image-button" class="second-half" onclick="msd.clickButton(this);">Start</button><button disabled id="msd-abort-uploading-button" class="second-half" onclick="msd.clickButton(this);">Abort</button> + <div class="buttons-row"> + <button disabled id="msd-select-new-image-button" class="row50" onclick="document.getElementById('msd-select-new-image-file').click();">Upload new image</button> + <button disabled id="msd-upload-new-image-button" class="row25" onclick="msd.clickButton(this);">Start</button> + <button disabled id="msd-abort-uploading-button" class="row25" onclick="msd.clickButton(this);">Abort</button> + </div> <hr> <div id="msd-new-image" style="display:none"> @@ -149,7 +153,10 @@ <hr> </div> - <button disabled data-force-hide-menu id="msd-switch-to-kvm-button" class="first-bottom" onclick="msd.clickButton(this);">• Switch drive to KVM</button><button disabled data-force-hide-menu id="msd-switch-to-server-button" class="second-bottom" onclick="msd.clickButton(this);">• Switch drive to Server</button> + <div class="buttons-row"> + <button disabled data-force-hide-menu id="msd-switch-to-kvm-button" class="row50" onclick="msd.clickButton(this);">• Switch drive to KVM</button> + <button disabled data-force-hide-menu id="msd-switch-to-server-button" class="row50" onclick="msd.clickButton(this);">• Switch drive to Server</button> + </div> </div> </div> </li> |