added light and dark gruvbox themes. fixed css issues.
This commit is contained in:
@@ -123,7 +123,7 @@ function returnServerStateColor($serverState)
|
||||
$server_state = ucfirst($serverState);
|
||||
switch ($server_state) {
|
||||
case 'New':
|
||||
$server_state_color = 'secondary';
|
||||
$server_state_color = 'warning';
|
||||
break;
|
||||
case 'Deleted':
|
||||
$server_state_color = 'danger';
|
||||
|
||||
Reference in New Issue
Block a user