Add device groups in overview tab (#11796)

* Added Device Groups panel on Overview tab

* spaces and commas fix

* added color in group name

* spaces and commas fix2

* fix3

* fix attempt 4

* change text color to preexisting class

* change text color to preexisting class v2

* rename title

* capitalize

* rename title again

* title, title... again
This commit is contained in:
Negatifff
2020-06-10 13:38:33 +03:00
committed by GitHub
parent 9fca976fcb
commit ff55be7d7a
2 changed files with 26 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ echo('
<div class="col-md-6">
');
require 'includes/html/dev-overview-data.inc.php';
require 'includes/html/dev-groups-overview-data.inc.php';
require 'overview/puppet_agent.inc.php';
require 'overview/tracepath.inc.php';