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