mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
monitoring: Show close button when removing an instance
This commit is contained in:
parent
734c7b3546
commit
d7cbfebbd0
@ -1,4 +1,7 @@
|
||||
<div class="controls">
|
||||
<?= $tabs->showOnlyCloseButton() ?>
|
||||
</div>
|
||||
<h4><?= $this->translate('Remove Existing Instance'); ?></h4>
|
||||
<p><?= $this->translate('Are you sure you want to remove this instance?'); ?></p>
|
||||
<p><?= $this->translate('If you have still any environments or views referring to this instance, you won\'t be able to send commands anymore after deletion.'); ?></p>
|
||||
<?= $form; ?>
|
||||
<?= $form; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user