Security: Fix PermissionsController class name

refs #5647
This commit is contained in:
Eric Lippmann 2014-11-19 15:24:57 +01:00
parent e072678b2d
commit 63490094b9
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ use Icinga\Forms\Security\RoleForm;
use Icinga\Web\Controller\ActionController; use Icinga\Web\Controller\ActionController;
use Icinga\Web\Notification; use Icinga\Web\Notification;
class SecurityController extends ActionController class PermissionsController extends ActionController
{ {
public function indexAction() public function indexAction()
{ {

View File

@ -1,8 +1,8 @@
<div class="content"> <div class="content">
<div> <div>
<h1><?= $this->translate('Roles') ?></h1> <h1><?= $this->translate('Permissions') ?></h1>
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?> <?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
<?= $this->translate('No roles found.') ?> <?= $this->translate('No permissions found.') ?>
<?php else: ?> <?php else: ?>
<table class="action" data-base-target="_next"> <table class="action" data-base-target="_next">
<thead> <thead>