mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change colour of menu item 'Overview' → 'Packages' to black (like the other menu items in the same group)
This commit is contained in:
@@ -93,7 +93,7 @@ if (isset($config['graylog']['server']) && isset($config['graylog']['port'])) {
|
||||
if ( dbFetchCell("SELECT 1 from `packages` LIMIT 1") ) {
|
||||
?>
|
||||
<li>
|
||||
<a href="<?php echo(generate_url(array('page'=>'search','search'=>'packages'))); ?>"><i class="fa fa-archive fa-fw fa-lg fa-nav-icons"></i> Packages</a>
|
||||
<a href="<?php echo(generate_url(array('page'=>'search','search'=>'packages'))); ?>"><i class="fa fa-archive fa-fw fa-lg"></i> Packages</a>
|
||||
</li>
|
||||
<?php
|
||||
} # if ($packages)
|
||||
|
Reference in New Issue
Block a user