diff options
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/navbar-shortcuts.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 1fcda311..cc5fb724 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -513,7 +513,7 @@ </div> <hr> <div class="text"> - ↓ Alt+SysRq+... <sup><i>linux magic + ↓ • Alt+SysRq+... <sup><i>linux magic <a target="_blank" href="https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html">help</a></i></sup> </div> <hr> diff --git a/web/kvm/navbar-shortcuts.pug b/web/kvm/navbar-shortcuts.pug index c0062071..401b1d6b 100644 --- a/web/kvm/navbar-shortcuts.pug +++ b/web/kvm/navbar-shortcuts.pug @@ -42,7 +42,7 @@ li(class="right") button(data-force-hide-menu data-shortcut="ControlLeft AltLeft Delete") • Ctrl+Alt+Del hr div(class="text") - | ↓ Alt+SysRq+... <sup><i>linux magic + | ↓ • Alt+SysRq+... <sup><i>linux magic | #[a(target="_blank" href="https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html") help]</i></sup> hr div(class="buttons") |