mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-02 16:22:20 -07:00
Update config.json files to add 'ordeable' option and refactor cacheStrings function for consistency
This commit is contained in:
@@ -865,6 +865,10 @@ _column_replacements = {
|
||||
# Session columns
|
||||
r"\bses_MAC\b": "sesMac",
|
||||
r"\bses_IP\b": "sesIp",
|
||||
r"\bses_DateTimeConnection\b": "sesDateTimeConnection",
|
||||
r"\bses_DateTimeDisconnection\b": "sesDateTimeDisconnection",
|
||||
r"\bses_EventTypeConnection\b": "sesEventTypeConnection",
|
||||
r"\bses_EventTypeDisconnection\b": "sesEventTypeDisconnection",
|
||||
r"\bses_StillConnected\b": "sesStillConnected",
|
||||
r"\bses_AdditionalInfo\b": "sesAdditionalInfo",
|
||||
# Plugin columns (templates + WATCH values)
|
||||
|
||||
Reference in New Issue
Block a user