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
No related branches found
No related tags found
1 merge request!20fix navi highlight of instances
......@@ -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.
Finish editing this message first!
Please register or to comment