diff --git a/html/pages/device-groups.inc.php b/html/pages/device-groups.inc.php index e5e6c99187..8cc08e020d 100644 --- a/html/pages/device-groups.inc.php +++ b/html/pages/device-groups.inc.php @@ -21,13 +21,14 @@ echo ''; echo ''; echo ''; } -} 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 "
Looks like no groups have been created, let's create one now. Click on Create New Group to create one.

"; echo "
"; } echo ''; if(!empty($group_count_check)) { //display create new node group when $group_count_check has a value so that the user can define more groups in the future. -echo "
"; -echo "
"; + echo "
"; + echo "
"; }