mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix "topnav" when there are more than 1000 objects
git-svn-id: http://www.observium.org/svn/observer/trunk@2419 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -46,7 +46,7 @@ if ($services['down']) { $services['bgcolour'] = "#ffcccc"; } else { $services['
|
||||
|
||||
?>
|
||||
|
||||
<table cellpadding="1" cellspacing="0" border="0" width=400>
|
||||
<table cellpadding="0" cellspacing="0" border="0" width=500>
|
||||
<tr style="background-color: <?php echo($devices[bgcolour]); ?>">
|
||||
<td width="5"></td>
|
||||
<td><strong>Devices</strong></td>
|
||||
|
||||
Reference in New Issue
Block a user