mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added mono theme - dark nav with white icons
This commit is contained in:
@@ -16,7 +16,7 @@ if (isset($config['enable_bgp']) && $config['enable_bgp'])
|
||||
$bgp_alerts = dbFetchCell("SELECT COUNT(bgpPeer_id) FROM bgpPeers AS B where (bgpPeerAdminStatus = 'start' OR bgpPeerAdminStatus = 'running') AND bgpPeerState != 'established'");
|
||||
}
|
||||
|
||||
if (isset($config['site_style']) && $config['site_style'] == 'dark') {
|
||||
if (isset($config['site_style']) && ($config['site_style'] == 'dark' || $config['site_style'] == 'mono')) {
|
||||
$navbar = 'navbar-inverse';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user