Add "Unknown" status to the available component statuses
This commit is contained in:
@@ -14,6 +14,7 @@ return [
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Unknown',
|
||||
1 => 'Operational',
|
||||
2 => 'Performance Issues',
|
||||
3 => 'Partial Outage',
|
||||
|
||||
@@ -12,6 +12,7 @@ p, strong { color: {{ $theme_text_color }} !important; }
|
||||
.greens { color: {{ $theme_greens }} !important; }
|
||||
.yellows { color: {{ $theme_yellows }} !important; }
|
||||
.oranges { color: {{ $theme_oranges }} !important; }
|
||||
.greys { color: {{ $theme_greys }} !important; }
|
||||
.metrics { color: {{ $theme_metrics }} !important; }
|
||||
.links { color: {{ $theme_links }} !important; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user