From 9eb532b8c3b568a5d73cf20174cc951985288a1f Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 14 Oct 2021 22:45:36 +0200 Subject: [PATCH] Added vlan checkboxes and wifi ssid/password --- Layout/default/Cpeprovisioning/Index.php | 35 +++++++++++++++++------- public/assets/css/thetool.css | 4 +++ 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/Layout/default/Cpeprovisioning/Index.php b/Layout/default/Cpeprovisioning/Index.php index 1ca1df413..99a333eba 100644 --- a/Layout/default/Cpeprovisioning/Index.php +++ b/Layout/default/Cpeprovisioning/Index.php @@ -77,16 +77,16 @@ product->attributes['bras_type']->value?> termination_id): ?> - Public: termination->building->pop->vlan_public?> - NAT: termination->building->pop->vlan_nat?> - IPv6: termination->building->pop->vlan_ipv6?> + + + - Public: product->attributes['vlan_default_public']->value?> - NAT: product->attributes['vlan_default_nat']->value?> - IPv6: product->attributes['vlan_default_ipv6']->value?> + + + - +
-
+
@@ -150,13 +150,28 @@
-
+
- + + +
+
+ +
+
+ + +
+
+ +
+
+ />
+
diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 3a1c8754e..a5dee7412 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -290,4 +290,8 @@ td.controls { .bottom-no-border th { border-bottom: none; padding-bottom: 2px; +} + +.pointer { + cursor: pointer; } \ No newline at end of file