role/audit: Don't use class `EmptyState`, it's from icingadb web
This commit is contained in:
parent
0d35a1774d
commit
b48f7f3489
|
@ -11,7 +11,6 @@ use Icinga\Authentication\RolesConfig;
|
||||||
use Icinga\Data\Selectable;
|
use Icinga\Data\Selectable;
|
||||||
use Icinga\Exception\NotFoundError;
|
use Icinga\Exception\NotFoundError;
|
||||||
use Icinga\Forms\Security\RoleForm;
|
use Icinga\Forms\Security\RoleForm;
|
||||||
use Icinga\Module\Icingadb\Widget\EmptyState;
|
|
||||||
use Icinga\Repository\Repository;
|
use Icinga\Repository\Repository;
|
||||||
use Icinga\Security\SecurityException;
|
use Icinga\Security\SecurityException;
|
||||||
use Icinga\User;
|
use Icinga\User;
|
||||||
|
@ -186,7 +185,7 @@ class RoleController extends AuthBackendController
|
||||||
$this->addControl($form);
|
$this->addControl($form);
|
||||||
|
|
||||||
if (! $name) {
|
if (! $name) {
|
||||||
$this->addContent(new EmptyState(t('No user or group selected.')));
|
$this->addContent(Html::wantHtml(t('No user or group selected.')));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue