mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Locations in the dropdown menu now scrollable
This commit is contained in:
@@ -68,7 +68,7 @@ if ($config['show_locations'])
|
||||
echo('
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#"><img src="images/16/building.png" border="0" align="absmiddle" /> Locations</a>
|
||||
<ul class="dropdown-menu">
|
||||
<ul class="dropdown-menu scrollable-menu">
|
||||
');
|
||||
if ($config['show_locations_dropdown'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user