Commit 227abe65 authored by themylogin's avatar themylogin Committed by William Grzybowski
Browse files

Expose alert class default level

parent c00b9a44
Showing with 1 addition and 0 deletions
+1 -0
......@@ -240,6 +240,7 @@ class AlertService(Service):
{
"id": alert_class.name,
"title": alert_class.title,
"level": alert_class.level.name,
}
for alert_class in classes
if alert_class.category == alert_category
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment