diff --git a/README.md b/README.md index d3c69f5d..7c722835 100755 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ Get visibility of what's going on on your WIFI/LAN network. Schedule scans for devices, port changes and get alerts if unknown devices or changes are found. Write your own [Plugins](https://github.com/jokob-sk/NetAlertX/tree/main/front/plugins#readme) with auto-generated UI and in-build notification system. Build out and easily maintain your network source of truth (NSoT). -[](https://github.com/jokob-sk/NetAlertX) -[](https://hub.docker.com/r/jokobsk/netalertx) -[](https://hub.docker.com/r/jokobsk/netalertx) -[](https://github.com/jokob-sk/NetAlertX/releases) -[](https://github.com/sponsors/jokob-sk) +[](https://github.com/jokob-sk/NetAlertX) +[](https://hub.docker.com/r/jokobsk/netalertx) +[](https://hub.docker.com/r/jokobsk/netalertx) +[](https://github.com/jokob-sk/NetAlertX/releases) + +[](https://github.com/sponsors/jokob-sk) | 🐳 [Docker hub](https://registry.hub.docker.com/r/jokobsk/netalertx) | 📑 [Docker guide](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md) |🆕 [Release notes](https://github.com/jokob-sk/NetAlertX/releases) | 📚 [All Docs](https://github.com/jokob-sk/NetAlertX/tree/main/docs) | |----------------------|----------------------| ----------------------| ----------------------| diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 08d3e30a..c29a0af0 100755 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -1,8 +1,10 @@ -[](https://github.com/jokob-sk/NetAlertX) -[](https://hub.docker.com/r/jokobsk/netalertx) -[](https://hub.docker.com/r/jokobsk/netalertx) - -[](https://github.com/sponsors/jokob-sk) +[](https://github.com/jokob-sk/NetAlertX) +[](https://hub.docker.com/r/jokobsk/netalertx) +[](https://hub.docker.com/r/jokobsk/netalertx) +[](https://github.com/jokob-sk/NetAlertX/releases) + +[](https://github.com/sponsors/jokob-sk) + # NetAlertX 🖧🔍 Network scanner & notification framework diff --git a/front/css/app.css b/front/css/app.css index c2d9e74b..a6a1561b 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1390,7 +1390,7 @@ input[readonly] { opacity: 0.8; background-color: #fff; - z-index: 1000; + z-index: 800; } .pa_spinner { @@ -1403,7 +1403,7 @@ input[readonly] { padding: 15px; width: 200px; background-color: #fff; - z-index: 1001; + z-index: 801; } #loadingSpinner diff --git a/front/js/settings_utils.js b/front/js/settings_utils.js index 52ae1b81..c64f1c69 100755 --- a/front/js/settings_utils.js +++ b/front/js/settings_utils.js @@ -604,6 +604,7 @@ const handleElementOptions = (codeName, elementOptions, transformers, val) => { let inputType = "text"; let readOnly = ""; let isMultiSelect = false; + let isOrdeable = false; let cssClasses = ""; let placeholder = ""; let suffix = ""; @@ -627,6 +628,9 @@ const handleElementOptions = (codeName, elementOptions, transformers, val) => { if (option.multiple === "true") { isMultiSelect = true; } + if (option.ordeable === "true") { + isOrdeable = true; + } if (option.editable === "true") { editable = true; } @@ -663,6 +667,7 @@ const handleElementOptions = (codeName, elementOptions, transformers, val) => { inputType, readOnly, isMultiSelect, + isOrdeable, cssClasses, placeholder, suffix, diff --git a/front/maintenance.php b/front/maintenance.php index dc1a4228..936969ac 100755 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -142,10 +142,6 @@ while ($row = $result->fetchArray(SQLITE3_ASSOC)) { $db->close(); - - -// Language selector ----------------------------------------------------------------- - ?>