mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
22718f158d
commit
aec74659f0
@ -1,24 +1,27 @@
|
||||
<div class="controls">
|
||||
<?= $tabs ?>
|
||||
</div>
|
||||
<div class="content" data-base-target="_next">
|
||||
<div class="content">
|
||||
<?= $this->qlink(
|
||||
$this->translate('Create A New Resource') ,
|
||||
'config/createresource',
|
||||
null,
|
||||
array(
|
||||
'class' => 'button action-link',
|
||||
'class' => 'button-link',
|
||||
'data-base-target' => '_next',
|
||||
'icon' => 'plus',
|
||||
'title' => $this->translate('Create a new resource')
|
||||
)
|
||||
) ?>
|
||||
<table class="action-table listing-table">
|
||||
<table class="action-table listing-table" data-base-target="_next">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?= $this->translate('Resource') ?></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($this->resources as $name => $value): ?>
|
||||
<?php foreach ($this->resources as $name => $value): ?>
|
||||
<tr>
|
||||
<td>
|
||||
<?php
|
||||
@ -54,7 +57,7 @@
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<td class="icon-col text-right">
|
||||
<?= $this->qlink(
|
||||
'',
|
||||
'config/removeresource',
|
||||
@ -67,7 +70,7 @@
|
||||
) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
<?php endforeach ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user