Only make changes to files when not in development mode

This commit is contained in:
Yigit Kerem Oktay
2020-12-15 15:25:00 +03:00
parent 1408d0ad91
commit 3e706233a4
2 changed files with 14 additions and 7 deletions
-2
View File
@@ -1,6 +1,4 @@
<?php
//This should later be translatable, maybe find a better solution?
//This is here for better generation of POT files :)
$statuses = array(_("Major outage"), _("Minor outage"), _("Planned maintenance"), _("Operational") );
$classes = array("danger", "warning", "primary", "success" );
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );