Merge pull request #812 from librenms/revert-811-hide-divider

Revert "Hide divider if there are no active plugins"
This commit is contained in:
Daniel Preussker
2015-04-15 17:37:03 +02:00

View File

@@ -433,12 +433,8 @@ Plugins::call('menu');
if ($_SESSION['userlevel'] >= '10')
{
if (dbFetchCell("SELECT COUNT(*) from `plugins` WHERE plugin_active = '1'" > 0) {
echo('
echo('
<li role="presentation" class="divider"></li>
');
}
echo('
<li><a href="plugin/view=admin"> <i class="fa fa-lock fa-fw fa-lg"></i>Plugin Admin</a></li>
');
}