From 4a2406591689e30d304d5b0ef6ea78c943191529 Mon Sep 17 00:00:00 2001
From: Eric Lippmann <eric.lippmann@netways.de>
Date: Fri, 25 Sep 2015 12:42:37 +0200
Subject: [PATCH] monitoring/CSS: Add listing-table to the hostgroup overview

refs #5543
---
 .../monitoring/application/views/scripts/list/hostgroups.phtml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml
index a5e6fb3b0..72b985ea6 100644
--- a/modules/monitoring/application/views/scripts/list/hostgroups.phtml
+++ b/modules/monitoring/application/views/scripts/list/hostgroups.phtml
@@ -15,7 +15,7 @@ if (! $this->compact): ?>
     <p><?= $this->translate('No host groups found matching the filter.') ?></p>
     </div>
 <?php return; endif ?>
-<table class="groupview action" data-base-target="_next">
+<table class="groupview action listing-table" data-base-target="_next">
     <thead>
         <tr>
             <th><?= $this->translate('Host Group') ?></th>