Skip to content
Snippets Groups Projects
Commit 68fc6eec authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-685: Further configure dashboard defaults

parent 250e557a
No related branches found
No related tags found
1 merge request!290Resolve L2SS-685 "Add alerta docker"
...@@ -15,8 +15,11 @@ SHELVE_TIMEOUT = 2 * 3600 ...@@ -15,8 +15,11 @@ SHELVE_TIMEOUT = 2 * 3600
DATE_FORMAT_MEDIUM_DATE = "dd DD/MM HH:mm" DATE_FORMAT_MEDIUM_DATE = "dd DD/MM HH:mm"
DATE_FORMAT_LONG_DATE = "yyyy-MM-DD HH:mm:ss.sss" DATE_FORMAT_LONG_DATE = "yyyy-MM-DD HH:mm:ss.sss"
# Default columns to list # Default overview settings
COLUMNS = ['severity', 'status', 'lastReceiveTime', 'environment', 'resource', 'lofarDevice', 'lofarAttribute', 'event', 'text'] COLUMNS = ['severity', 'status', 'lastReceiveTime', 'environment', 'resource', 'lofarDevice', 'lofarAttribute', 'event', 'text']
DEFAULT_FILTER = {'status': ['open']}
SORT_LIST_BY = "createTime"
AUTO_REFRESH_INTERVAL = 5000 # ms
# ------------------------------------ # ------------------------------------
# Plugin configuration # Plugin configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment