aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/constants.js')
-rw-r--r--server/sonar-web/src/main/js/helpers/constants.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/helpers/constants.js b/server/sonar-web/src/main/js/helpers/constants.js
new file mode 100644
index 00000000000..392adf2202a
--- /dev/null
+++ b/server/sonar-web/src/main/js/helpers/constants.js
@@ -0,0 +1,2 @@
+export const SEVERITIES = ['BLOCKER', 'CRITICAL', 'MAJOR', 'MINOR', 'INFO'];
+export const STATUSES = ['OPEN', 'REOPENED', 'CONFIRMED', 'RESOLVED', 'CLOSED'];