summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-09-03 06:51:02 +0300
committerDevaev Maxim <[email protected]>2020-09-03 06:51:11 +0300
commit68ab7ce33c5cfd5a8ae7c6682029191ccbfd49c3 (patch)
tree625d9513cae7301063e2f8191f5073945e9a7d07 /web/kvm
parent5307765399c1a3280eeb33380047195a118eb935 (diff)
gpio ui
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html3
-rw-r--r--web/kvm/navbar-gpio.pug4
-rw-r--r--web/kvm/navbar.pug1
3 files changed, 8 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 727888ae..0c0b3ff0 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -328,6 +328,9 @@
</div>
</div>
</li>
+ <li class="right feature-disabled" id="gpio-dropdown"><a class="menu-button" id="gpio-menu-button" href="#">GPIO &#8628;</a>
+ <div class="menu" data-dont-hide-menu id="gpio-menu"></div>
+ </li>
<li class="right"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="hid-recorder-led" src="/share/svg/led-gear.svg">Macro &#8628;</a>
<div class="menu" data-dont-hide-menu>
<div class="text"><b>Record and play keyboard &amp; mouse actions<br></b><sub>For security reasons, the record will not saved on Pi-KVM</sub></div>
diff --git a/web/kvm/navbar-gpio.pug b/web/kvm/navbar-gpio.pug
new file mode 100644
index 00000000..280ba3fd
--- /dev/null
+++ b/web/kvm/navbar-gpio.pug
@@ -0,0 +1,4 @@
+li(id="gpio-dropdown" class="right feature-disabled")
+ a(class="menu-button" id="gpio-menu-button" href="#")
+ | GPIO &#8628;
+ div(data-dont-hide-menu id="gpio-menu" class="menu")
diff --git a/web/kvm/navbar.pug b/web/kvm/navbar.pug
index d7743160..422cf236 100644
--- a/web/kvm/navbar.pug
+++ b/web/kvm/navbar.pug
@@ -23,5 +23,6 @@ ul(id="navbar")
include navbar-system.pug
include navbar-atx.pug
include navbar-msd.pug
+ include navbar-gpio.pug
include navbar-macro.pug
include navbar-shortcuts.pug