mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-03-27 14:48:37 -04:00
add spaces between Services Groups
This commit is contained in:
parent
44f67a28f7
commit
dbf76d10f9
@ -218,7 +218,7 @@ class Service implements JsonSerializable
|
||||
|
||||
// If no group exist or group is new, start a new UL
|
||||
if (!empty($this->group_name) && !in_array($this->group_name, $arrCompletedGroups)) {
|
||||
echo '<ul class="list-group components">';
|
||||
echo '<ul class="list-group components mt-3">';
|
||||
//echo '<ul class="platforms list-group mb-2">';
|
||||
// Render the group status if it exists
|
||||
echo '<li class="list-group-item list-group-item-success group-name"><span><i class="fas fa-folder-open"></i></span> ' . $this->group_name . '<div class="status text-' . $classes[$this->status] . '">' . _($statuses[$this->status]) . '</div></li>';
|
||||
|
Loading…
Reference in New Issue
Block a user