added light and dark gruvbox themes. fixed css issues.
This commit is contained in:
@@ -308,7 +308,7 @@ class serverOverviewBuilder
|
||||
$mem_demand_text_color = 'success';
|
||||
}
|
||||
if ($mem_percent_numb > 89) {
|
||||
$mem_demand_text_color = 'secondary';
|
||||
$mem_demand_text_color = 'warning';
|
||||
}
|
||||
if ($mem_percent_numb > 99) {
|
||||
$mem_demand_text_color = 'danger';
|
||||
|
||||
Reference in New Issue
Block a user