mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-05 06:43:11 -04:00
HostController: fix translation error in the...
Agent tab
This commit is contained in:
parent
cc1df7523d
commit
010dbbd87d
1 changed files with 1 additions and 3 deletions
|
|
@ -442,9 +442,7 @@ class HostController extends ObjectController
|
|||
}
|
||||
|
||||
$c->add([
|
||||
Html::p($this->translate(
|
||||
''
|
||||
)),
|
||||
// Html::p($this->translate('..')),
|
||||
IcingaGenerateApiKeyForm::load()->setHost($host)->handleRequest()
|
||||
]);
|
||||
if ($hasKey) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue