Add "Unknown" status to the available component statuses

This commit is contained in:
Nicolas Fagotti
2016-10-21 20:00:18 -03:00
parent 196eba7129
commit b223da94a0
8 changed files with 9 additions and 4 deletions

View File

@@ -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; }