mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
🩹 — Fix to-process severity renaming leftover
This commit is contained in:
parent
5703fb3341
commit
8e9c892b57
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ SEVERITY_LEVELS = {
|
||||||
"ok": 1,
|
"ok": 1,
|
||||||
"warning": 2,
|
"warning": 2,
|
||||||
"critical": 3,
|
"critical": 3,
|
||||||
"to-process": 4
|
"unknown": 4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue