mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Security: Remove view scripts for creating, updating and removing roles and permissions
Thos are supersed by role management. refs #5647
This commit is contained in:
parent
2c5ff341d5
commit
bd400855e8
@ -1,4 +0,0 @@
|
|||||||
<div class="content">
|
|
||||||
<h1><?= $this->translate('New Permission') ?></h1>
|
|
||||||
<?= $form ?>
|
|
||||||
</div>
|
|
@ -1,4 +0,0 @@
|
|||||||
<div class="content">
|
|
||||||
<h1><?= $this->translate('New Restriction') ?></h1>
|
|
||||||
<?= $form ?>
|
|
||||||
</div>
|
|
@ -1,4 +0,0 @@
|
|||||||
<div class="content">
|
|
||||||
<h1><?= sprintf($this->translate('Remove Permission %s'), $name) ?></h1>
|
|
||||||
<?= $form ?>
|
|
||||||
</div>
|
|
@ -1,4 +0,0 @@
|
|||||||
<div class="content">
|
|
||||||
<h1><?= sprintf($this->translate('Remove Restriction %s'), $name) ?></h1>
|
|
||||||
<?= $form ?>
|
|
||||||
</div>
|
|
@ -1,4 +0,0 @@
|
|||||||
<div class="content">
|
|
||||||
<h1><?= sprintf($this->translate('Update Permission %s'), $name) ?></h1>
|
|
||||||
<?= $form ?>
|
|
||||||
</div>
|
|
@ -1,4 +0,0 @@
|
|||||||
<div class="content">
|
|
||||||
<h1><?= sprintf($this->translate('Update Restriction %s'), $name) ?></h1>
|
|
||||||
<?= $form ?>
|
|
||||||
</div>
|
|
Loading…
x
Reference in New Issue
Block a user