double-bars work #1119
Some checks failed
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled

This commit is contained in:
jokob-sk
2025-07-24 21:44:23 +10:00
parent 3035b5b6b2
commit a53b410713
2 changed files with 2 additions and 1 deletions

View File

@@ -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 */

View File

@@ -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
)
"""