Skip to content
Snippets Groups Projects
Commit 535bfc1a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix navi highlight of instances

parent 49eb7769
Branches
No related tags found
1 merge request!20fix navi highlight of instances
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -348,7 +348,7 @@ class cronlogrenderer extends cronlog
return '';
}
$sReturn = '';
$sServer = isset($_SERVER['SERVER_NAME']) ?? false;
$sServer = $_SERVER['SERVER_NAME'] ?: false;
$sReturn .= '<li class="nav-item"><a class="nav-link nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a></li>'
. '<li class="nav-item d-none d-sm-inline-block"><a href="#" class="nav-link">' . $this->t('instances') . ':</a></li>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment