Permissions: Add class avp to index table

This commit is contained in:
Eric Lippmann 2014-11-20 15:54:46 +01:00
parent e67d937642
commit e48935f487
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?> <?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
<?= $this->translate('No permissions found.') ?> <?= $this->translate('No permissions found.') ?>
<?php else: ?> <?php else: ?>
<table class="action" data-base-target="_next"> <table class="avp action" data-base-target="_next">
<thead> <thead>
<tr> <tr>
<th><?= $this->translate('Name') ?></th> <th><?= $this->translate('Name') ?></th>