From 944619af812fae708434f95ba35415b93b3e8323 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 26 Apr 2024 07:37:19 +1000 Subject: [PATCH] =?UTF-8?q?Settings=20filter=20v0.4=20+=20docs=20for=20#65?= =?UTF-8?q?3=20=F0=9F=94=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/SUBNETS.md | 4 ++-- front/css/app.css | 12 +++++++++++- front/settings.php | 6 +++++- 3 files changed, 18 insertions(+), 4 deletions(-) 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)) { +
+ +
+