diff --git a/front/css/app.css b/front/css/app.css index 8946dbf7..302f2f94 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -538,6 +538,7 @@ body font-size: larger; float: right; text-align: center; + z-index: 1; } hr diff --git a/test/scan/conftest.py b/test/scan/conftest.py index a561359a..64c9b6da 100644 --- a/test/scan/conftest.py +++ b/test/scan/conftest.py @@ -42,6 +42,7 @@ def scan_db(): devFavorite INTEGER DEFAULT 0, devScan INTEGER DEFAULT 1, devAlertDown INTEGER DEFAULT 0, + devAlertEvents INTEGER DEFAULT 1, -- Authoritative Metadata Columns devMacSource TEXT,