mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
added missing data-force-hide-menu attribute for the atx buttons
This commit is contained in:
parent
c161d22dbb
commit
0019d84c3e
@ -287,10 +287,10 @@
|
|||||||
</table>
|
</table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button disabled id="atx-power-button">• Click Power <sup><i>short</i></sup></button>
|
<button disabled data-force-hide-menu id="atx-power-button">• Click Power <sup><i>short</i></sup></button>
|
||||||
<button disabled id="atx-power-button-long">• Click Power <sup><i>long</i></sup></button>
|
<button disabled data-force-hide-menu id="atx-power-button-long">• Click Power <sup><i>long</i></sup></button>
|
||||||
<hr>
|
<hr>
|
||||||
<button disabled id="atx-reset-button">• Click Reset</button>
|
<button disabled data-force-hide-menu id="atx-reset-button">• Click Reset</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -11,7 +11,7 @@ li(id="atx-dropdown" class="right feature-disabled")
|
|||||||
+menu_switch("atx-ask-switch", "Ask click confirmation", true, true)
|
+menu_switch("atx-ask-switch", "Ask click confirmation", true, true)
|
||||||
hr
|
hr
|
||||||
div(class="buttons")
|
div(class="buttons")
|
||||||
button(disabled id="atx-power-button") • Click Power #[sup #[i short]]
|
button(disabled data-force-hide-menu id="atx-power-button") • Click Power #[sup #[i short]]
|
||||||
button(disabled id="atx-power-button-long") • Click Power #[sup #[i long]]
|
button(disabled data-force-hide-menu id="atx-power-button-long") • Click Power #[sup #[i long]]
|
||||||
hr
|
hr
|
||||||
button(disabled id="atx-reset-button") • Click Reset
|
button(disabled data-force-hide-menu id="atx-reset-button") • Click Reset
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user