diff options
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 935ea77d..37912d70 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -32,8 +32,8 @@ <div class="ctl-dropdown"> <a class="ctl-item" href="#">ATX Buttons↴</a> <div class="ctl-dropdown-content"> - <button id="atx-power-button" onclick="atx.clickButton(this);" href="#">Click Power</button> - <button id="atx-power-button-long" onclick="atx.clickButton(this);" href="#">Click Power (long)</button> + <button id="atx-power-button" onclick="atx.clickButton(this);" href="#">Click Power <sup><i>short</i></sup></button> + <button id="atx-power-button-long" onclick="atx.clickButton(this);" href="#">Click Power <sup><i>long</i></sup></button> <hr> <button id="atx-reset-button" onclick="atx.clickButton(this);"href="#">Click Reset</button> </div> |