mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
🆕 db locked icon #685
This commit is contained in:
@@ -74,7 +74,7 @@ def get_notifications (db):
|
||||
json_obj = db.get_table_as_json(sqlQuery)
|
||||
|
||||
json_new_devices_meta = {
|
||||
"title": "🆕New devices",
|
||||
"title": "🆕 New devices",
|
||||
"columnNames": json_obj.columnNames
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@ def get_notifications (db):
|
||||
json_obj = db.get_table_as_json(sqlQuery)
|
||||
|
||||
json_down_devices_meta = {
|
||||
"title": "⚠ Down devices",
|
||||
"title": "🔴 Down devices",
|
||||
"columnNames": json_obj.columnNames
|
||||
}
|
||||
json_down_devices = json_obj.json["data"]
|
||||
|
||||
Reference in New Issue
Block a user