Make servicegroup table an action table

refs #8623
This commit is contained in:
Matthias Jentsch 2015-07-29 11:41:17 +02:00
parent e8af4295b1
commit 2e8b7425a1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if (count($servicegroups) === 0) {
return;
}
?>
<table class="groupview" data-base-target="_next">
<table class="groupview action" data-base-target="_next">
<thead>
<th><?= $this->translate('Last Problem'); ?></th>
<th><?= $this->translate('Service Group'); ?></th>