diff --git a/Layout/default/Network/Index.php b/Layout/default/Network/Index.php index c487930a2..41fc90e54 100644 --- a/Layout/default/Network/Index.php +++ b/Layout/default/Network/Index.php @@ -87,7 +87,8 @@
| =$pop->name?> | =$pop->gps_lat?>, =$pop->gps_long?> | -=$pop->location?> | +=nl2br($pop->location)?> |
$pop->id])?>">
$pop->id])?>" class="text-danger" title="Löschen">
@@ -111,6 +112,8 @@
Keine POPs vorhanden + + $network->id])?>"> Neuen POP anlegen diff --git a/Layout/default/Pop/Form.php b/Layout/default/Pop/Form.php index 7aa485d99..c328e37ab 100644 --- a/Layout/default/Pop/Form.php +++ b/Layout/default/Pop/Form.php @@ -77,6 +77,34 @@ +
+
+
+
+ Access VLANs+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -114,6 +142,16 @@
placeholder: ""
});
$("#addresstypes").select2();
+
+ // disable mousewheel on a input number field when in focus
+ $('form').on('focus', 'input[type=number]', function (e) {
+ $(this).on('wheel.disableScroll', function (e) {
+ e.preventDefault()
+ })
+ })
+ $('form').on('blur', 'input[type=number]', function (e) {
+ $(this).off('wheel.disableScroll')
+ })
\ No newline at end of file
diff --git a/Layout/default/menu.php b/Layout/default/menu.php
index a0dc044f7..843670b2e 100644
--- a/Layout/default/menu.php
+++ b/Layout/default/menu.php
@@ -23,7 +23,6 @@
|