mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
parent
a17375f7fe
commit
e876dce9d3
@ -2,8 +2,8 @@
|
|||||||
<table class="action-table listing-table">
|
<table class="action-table listing-table">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Backend</th>
|
<th>Backend</th>
|
||||||
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
<th></th>
|
||||||
<th style="width: 5em"><?= $this->translate('Order'); ?></th>
|
<th></th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
@ -26,18 +26,19 @@
|
|||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="text-right">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
'',
|
'',
|
||||||
'config/removeuserbackend',
|
'config/removeuserbackend',
|
||||||
array('backend' => $backendNames[$i]),
|
array('backend' => $backendNames[$i]),
|
||||||
array(
|
array(
|
||||||
'icon' => 'trash',
|
'class' => 'action-link',
|
||||||
|
'icon' => 'cancel',
|
||||||
'title' => sprintf($this->translate('Remove user backend %s'), $backendNames[$i])
|
'title' => sprintf($this->translate('Remove user backend %s'), $backendNames[$i])
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
</td>
|
</td>
|
||||||
<td data-base-target="_self">
|
<td class="text-right" data-base-target="_self">
|
||||||
<?php if ($i > 0): ?>
|
<?php if ($i > 0): ?>
|
||||||
<button type="submit" name="backend_newpos" class="link-like icon-only animated move-up" value="<?= sprintf(
|
<button type="submit" name="backend_newpos" class="link-like icon-only animated move-up" value="<?= sprintf(
|
||||||
'%s|%s',
|
'%s|%s',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user