mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-13 18:50:00 -04:00
HealthController: Fix white-space issues
This commit is contained in:
parent
9d2961ddc8
commit
e1ade63998
1 changed files with 4 additions and 3 deletions
|
|
@ -75,11 +75,12 @@ class HealthController extends Controller
|
|||
)
|
||||
])
|
||||
])
|
||||
]
|
||||
));
|
||||
]));
|
||||
|
||||
$featureCommands = Html::tag(
|
||||
'section', ['class' => 'instance-commands'], Html::tag('h2', 'Feature Commands')
|
||||
'section',
|
||||
['class' => 'instance-commands'],
|
||||
Html::tag('h2', 'Feature Commands')
|
||||
);
|
||||
$programStatus = (object) [
|
||||
'active_host_checks_enabled' => $instance->icinga2_active_host_checks_enabled,
|
||||
|
|
|
|||
Loading…
Reference in a new issue