mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
CSS: Use action-table instead of action in the user/list view script
refs #5543
This commit is contained in:
parent
d54b80019e
commit
f138c3b555
@ -35,12 +35,12 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
|
|||||||
'class' => 'action-link'
|
'class' => 'action-link'
|
||||||
)) ?>
|
)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<table data-base-target="_next" class="action">
|
<table class="action-table" data-base-target="_next">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="user-name"><?= $this->translate('Username') ?></th>
|
<th><?= $this->translate('Username') ?></th>
|
||||||
<?php if ($reducible): ?>
|
<?php if ($reducible): ?>
|
||||||
<th class="user-remove"><?= $this->translate('Remove') ?></th>
|
<th><?= $this->translate('Remove') ?></th>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user