HostController: indentation

This commit is contained in:
Thomas Gelf 2017-07-20 17:26:19 +02:00
parent 5e9effc697
commit 068ba20af2
1 changed files with 5 additions and 4 deletions

View File

@ -460,9 +460,9 @@ class HostController extends ObjectController
'This will invalidate the former key'
)),
]);
} else {
}
$c->add([
Html::p($this->translate(
''
@ -502,9 +502,10 @@ class HostController extends ObjectController
$c->add([
Html::h2('Microsoft Windows'),
Html::pre(
['class' => 'logfile'],
$wizard->renderTokenBasedWindowsInstaller($key)
)]);
['class' => 'logfile'],
$wizard->renderTokenBasedWindowsInstaller($key)
)
]);
}
protected function showLegacyAgentInstructions()