mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
Fixed indents and coding style.
This commit is contained in:
@@ -21,7 +21,8 @@ echo '</tr></thead><tbody>';
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
} else { //if $group_count_check is empty, aka no group found, then display a message to the user.
|
||||
}
|
||||
else { //if $group_count_check is empty, aka no group found, then display a message to the user.
|
||||
echo "<center>Looks like no groups have been created, let's create one now. Click on <b>Create New Group</b> to create one.</center><br>";
|
||||
echo "<center><button type='button' class='btn btn-primary btn-sm' aria-label='Add' data-toggle='modal' data-target='#create-group' data-group_id='' name='create-device-group'>Create new Group</button></center>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user