mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove divider for first element in settings dropdown
Screenshot: http://i.imgur.com/RtR4HsC.png
This commit is contained in:
@ -483,7 +483,6 @@ if(is_file("includes/print-menubar-custom.inc.php"))
|
||||
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-toggle="dropdown"><i class="fa fa-cog fa-fw fa-lg fa-nav-icons"></i></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation" class="dropdown-header"> Settings</li>
|
||||
<li role="presentation" class="divider"></li>
|
||||
<?php
|
||||
if ($_SESSION['userlevel'] >= '10')
|
||||
{
|
||||
|
Reference in New Issue
Block a user