From a53b41071376ed21c56bec2b43b602cf99129c5e Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 24 Jul 2025 21:44:23 +1000 Subject: [PATCH] double-bars work #1119 --- front/css/app.css | 1 + server/scan/device_handling.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/front/css/app.css b/front/css/app.css index d3d85e97..888bfac4 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1717,6 +1717,7 @@ input[readonly] { background-color: inherit; z-index: 3; width: 190px; + box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1); } /* AdminLTE overrides */ diff --git a/server/scan/device_handling.py b/server/scan/device_handling.py index bb8fdfc5..7750977a 100755 --- a/server/scan/device_handling.py +++ b/server/scan/device_handling.py @@ -392,7 +392,7 @@ def create_new_devices (db): ) AND NOT EXISTS ( SELECT 1 FROM Sessions - WHERE ses_MAC = cur_MAC + WHERE ses_MAC = cur_MAC AND ses_StillConnected = 1 ) """