Small view changes
This commit is contained in:
parent
5c0441bc06
commit
fbd354fa55
|
@ -1,4 +1,3 @@
|
|||
|
||||
<?php if ($this->name): ?>
|
||||
<h4><i> <i class="icinga-icon-edit"></i> Edit Backend "<?= $this->escape($this->name) ?>"</h4>
|
||||
<?php else: ?>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<?= $this->tabs->render($this); ?>
|
||||
<br/>
|
||||
<div class="alert alert-error">
|
||||
<h4><i><i class="icinga-icon-error"></i> </i> Saving <?= $this->escape($this->file); ?>failed</h4>
|
||||
<h4><i><i class="icinga-icon-error"></i> </i> Saving "<?= $this->escape($this->file); ?>" failed</h4>
|
||||
<br/>
|
||||
<p>
|
||||
Your <?= $this->escape($this->file); ?> configuration couldn't be stored (error: "<?= $this->exceptionMessage; ?>").<br/>
|
||||
|
|
Loading…
Reference in New Issue