diff options
author | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-08 06:47:54 +0300 |
commit | 8f11fa3b91921a6037b56ead0853928b1404de0f (patch) | |
tree | 45c002095795db7b8a23e5043d16b46a89e9485a /web/ipmi | |
parent | ca812117e48cbc6e2c71947b912748cfd3ff9691 (diff) |
small rebranding
Diffstat (limited to 'web/ipmi')
-rw-r--r-- | web/ipmi/index.html | 8 | ||||
-rw-r--r-- | web/ipmi/index.pug | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/ipmi/index.html b/web/ipmi/index.html index c77c6436..7a9fb1eb 100644 --- a/web/ipmi/index.html +++ b/web/ipmi/index.html @@ -2,7 +2,7 @@ <!-- ============================================================================== # # -# KVMD - The main Pi-KVM daemon. # +# KVMD - The main PiKVM daemon. # # # # Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # # # @@ -25,7 +25,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Pi-KVM IPMI Info</title> + <title>PiKVM IPMI Info</title> <link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png"> @@ -43,9 +43,9 @@ </head> <body> <div class="start-box"> - <div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/"> ← [ Pi-KVM Index ]</a> + <div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/"> ← [ PiKVM Index ]</a> <hr> - <p class="text">This Pi-KVM device has running <b>kvmd-ipmi</b> daemon and provides IPMI 2.0 interface for some basic + <p class="text">This PiKVM device has running <b>kvmd-ipmi</b> daemon and provides IPMI 2.0 interface for some basic BMC operations like on/off/reset the server. </p> <p class="text"><b>WARNING!</b> We strongly don't recommend you to use IPMI in untrusted networks because diff --git a/web/ipmi/index.pug b/web/ipmi/index.pug index 9ac6bf29..e567fe38 100644 --- a/web/ipmi/index.pug +++ b/web/ipmi/index.pug @@ -1,13 +1,13 @@ extends ../start.pug append vars - - title = "Pi-KVM IPMI Info" + - title = "PiKVM IPMI Info" - main_js = "ipmi/main" - index_link = true block start p(class="text") - | This Pi-KVM device has running #[b kvmd-ipmi] daemon and provides IPMI 2.0 interface for some basic + | This PiKVM device has running #[b kvmd-ipmi] daemon and provides IPMI 2.0 interface for some basic | BMC operations like on/off/reset the server. p(class="text") | #[b WARNING!] We strongly don't recommend you to use IPMI in untrusted networks because |