mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
0d1d181d51
commit
63c73a8215
@ -12,24 +12,24 @@ $createDbBackend = $this->href('/config/createAuthenticationBackend', array('typ
|
|||||||
<?= $this->messageBox->render() ?>
|
<?= $this->messageBox->render() ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div>
|
||||||
<div class="panel-heading panel-title">
|
<div>
|
||||||
Create Authentication Provider
|
Create Authentication Provider
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div>
|
||||||
<a href="<?= $createLdapBackend ?>"><i class="icinga-icon-create"></i> Create A New LDAP Authentication Backend</a><br/>
|
<a href="<?= $createLdapBackend ?>"><i class="icinga-icon-create"></i> Create A New LDAP Authentication Backend</a><br/>
|
||||||
<a href="<?= $createDbBackend ?>"><i class="icinga-icon-create"></i> Create A New DB Authentication Backend</a>
|
<a href="<?= $createDbBackend ?>"><i class="icinga-icon-create"></i> Create A New DB Authentication Backend</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php foreach ($this->backends as $backend): ?>
|
<?php foreach ($this->backends as $backend): ?>
|
||||||
<div class="panel panel-default">
|
<div>
|
||||||
<div class="panel-heading panel-title">
|
<div>
|
||||||
Backend <?= $this->escape($backend->name); ?>
|
Backend <?= $this->escape($backend->name); ?>
|
||||||
<br/>
|
<br/>
|
||||||
<?= $backend->reorderForm; ?>
|
<?= $backend->reorderForm; ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div>
|
||||||
<a href="<?= $this->href('config/editAuthenticationBackend', array('auth_backend' => $backend->name));?>">
|
<a href="<?= $this->href('config/editAuthenticationBackend', array('auth_backend' => $backend->name));?>">
|
||||||
<i class="icinga-icon-edit"></i> Edit This Authentication Provider
|
<i class="icinga-icon-edit"></i> Edit This Authentication Provider
|
||||||
</a>
|
</a>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if ($this->form->getErrorMessages()): ?>
|
<?php if ($this->form->getErrorMessages()): ?>
|
||||||
<div class="alert alert-danger">
|
<div>
|
||||||
<?php foreach ($this->form->getErrorMessages() as $error): ?>
|
<?php foreach ($this->form->getErrorMessages() as $error): ?>
|
||||||
<?= $this->escape($error); ?><br/>
|
<?= $this->escape($error); ?><br/>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
@ -10,14 +10,14 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if ($this->successMessage): ?>
|
<?php if ($this->successMessage): ?>
|
||||||
<div class="alert alert-success">
|
<div>
|
||||||
<i class="icinga-icon-success"></i>
|
<i class="icinga-icon-success"></i>
|
||||||
<strong><?= $this->escape($this->successMessage); ?></strong>
|
<strong><?= $this->escape($this->successMessage); ?></strong>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if (!empty($errors)) : ?>
|
<?php if (!empty($errors)) : ?>
|
||||||
<div class="alert alert-danger">
|
<div>
|
||||||
<h4>Errors occured when trying to save the project.</h4>
|
<h4>Errors occured when trying to save the project.</h4>
|
||||||
<p>
|
<p>
|
||||||
The following errors occured when trying to save the configuration:
|
The following errors occured when trying to save the configuration:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
?>
|
?>
|
||||||
<?= $this->tabs->render($this); ?>
|
<?= $this->tabs->render($this); ?>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="alert alert-error">
|
<div>
|
||||||
<h1>Could not <?= $action; ?> module "<?= $moduleName; ?>"</h1>
|
<h1>Could not <?= $action; ?> module "<?= $moduleName; ?>"</h1>
|
||||||
<p>
|
<p>
|
||||||
While operation the following error occurred:
|
While operation the following error occurred:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<table class="table table-bordered" >
|
<table >
|
||||||
<thead>
|
<thead>
|
||||||
<tr style="text-align:left">
|
<tr style="text-align:left">
|
||||||
<th width="70%">Module</th>
|
<th width="70%">Module</th>
|
||||||
|
@ -11,23 +11,23 @@ $createResource = $this->href('/config/createresource');
|
|||||||
<?= $this->messageBox->render() ?>
|
<?= $this->messageBox->render() ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div>
|
||||||
<div class="panel-heading panel-title">
|
<div>
|
||||||
Create Resource
|
Create Resource
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div>
|
||||||
<a href="<?= $createResource ?>"><i class="icinga-icon-create"></i> Create A New Resource</a><br/>
|
<a href="<?= $createResource ?>"><i class="icinga-icon-create"></i> Create A New Resource</a><br/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php foreach ($this->resources as $name => $resource): ?>
|
<?php foreach ($this->resources as $name => $resource): ?>
|
||||||
<div class="panel panel-default">
|
<div>
|
||||||
|
|
||||||
<div class="panel-heading panel-title">
|
<div>
|
||||||
<b>Resource: </b> <?= $this->escape($name); ?>
|
<b>Resource: </b> <?= $this->escape($name); ?>
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div>
|
||||||
|
|
||||||
<a href="<?= $this->href('config/editresource', array('resource' => $name));?>">
|
<a href="<?= $this->href('config/editresource', array('resource' => $name));?>">
|
||||||
<i class="icinga-icon-edit"></i> Edit This Resource
|
<i class="icinga-icon-edit"></i> Edit This Resource
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if ($this->form->getErrorMessages()): ?>
|
<?php if ($this->form->getErrorMessages()): ?>
|
||||||
<div class="alert alert-danger">
|
<div>
|
||||||
<?php foreach ($this->form->getErrorMessages() as $error): ?>
|
<?php foreach ($this->form->getErrorMessages() as $error): ?>
|
||||||
<?= $this->escape($error); ?><br/>
|
<?= $this->escape($error); ?><br/>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<div class="alert alert-error">
|
<div>
|
||||||
<h4><i>WARNING ICON</i>Saving "<?= $this->escape($this->file); ?>.ini" Failed</h4>
|
<h4><i>WARNING ICON</i>Saving "<?= $this->escape($this->file); ?>.ini" Failed</h4>
|
||||||
<br/>
|
<br/>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user