diff --git a/docs/SUBNETS.md b/docs/SUBNETS.md index 24c7db0d..fa4aba41 100755 --- a/docs/SUBNETS.md +++ b/docs/SUBNETS.md @@ -11,9 +11,9 @@ You need to specify the network interface and the network mask. You can also con > Please use the UI to configure settings as that ensures that the config file is in the correct format. Edit `app.conf` directly only when really necessary. > ![settings](/front/plugins/arp_scan/arp-scan-settings.png) -* Examples for one and two subnets (❗ Note the `['...', '...']` format): +* Examples for one and two subnets (❗ Note the `['...','...']` format): * One subnet: `SCAN_SUBNETS = ['192.168.1.0/24 --interface=eth0']` - * Two subnets: `SCAN_SUBNETS = ['192.168.1.0/24 --interface=eth0', '192.168.1.0/24 --interface=eth1 -vlan=107']` + * Two subnets: `SCAN_SUBNETS = ['192.168.1.0/24 --interface=eth0','192.168.1.0/24 --interface=eth1 -vlan=107']` ## Explanation diff --git a/front/css/app.css b/front/css/app.css index 89fa275d..349f5a86 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -718,6 +718,11 @@ height: 50px; } } +.settingswrap +{ + margin-bottom: 100px; +} + .settingswrap .metadata { display: none; @@ -728,6 +733,11 @@ height: 50px; float: right; } +.padding-bottom +{ + padding-bottom: 100px; +} + .settings-group { font-size: 20px; @@ -922,7 +932,7 @@ input[readonly] { } .settings-sticky-bottom-section:hover { - border-color: #000; + border-color: #258744; } .clear-filter diff --git a/front/settings.php b/front/settings.php index 19bfd972..fbf05bb9 100755 --- a/front/settings.php +++ b/front/settings.php @@ -92,7 +92,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
-
+
@@ -151,6 +151,10 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) { +
+ +
+