mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
double-bars work #1119
This commit is contained in:
@@ -1717,6 +1717,7 @@ input[readonly] {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
|
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* AdminLTE overrides */
|
/* AdminLTE overrides */
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ def create_new_devices (db):
|
|||||||
)
|
)
|
||||||
AND NOT EXISTS (
|
AND NOT EXISTS (
|
||||||
SELECT 1 FROM Sessions
|
SELECT 1 FROM Sessions
|
||||||
WHERE ses_MAC = cur_MAC
|
WHERE ses_MAC = cur_MAC AND ses_StillConnected = 1
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user