mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-16 09:07:59 -05:00
Store messages in the current user session to be able to fetch messages from other controllers, so that the use can be redirected back to the index, instead of staying in the original action refs #5100
14 lines
No EOL
253 B
PHTML
14 lines
No EOL
253 B
PHTML
<h4>
|
|
<i class="icinga-icon-create"></i>
|
|
Create New Resource
|
|
</h4>
|
|
|
|
<?php if (isset($this->messageBox)): ?>
|
|
<?= $this->messageBox->render() ?>
|
|
<?php endif ?>
|
|
|
|
<p>
|
|
Resources are entities that provide data to Icingaweb.
|
|
</p>
|
|
|
|
<?= $this->form ?> |