- Do not display "Services" in the top navigation when servies are disabled.

git-svn-id: http://www.observium.org/svn/observer/trunk@897 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Geert Hauwaerts
2010-02-21 01:10:04 +00:00
parent 33d5200edd
commit faaa03e4ad

View File

@ -73,6 +73,7 @@ if($services['down']) { $services['bgcolour'] = "#ffcccc"; } else { $services['b
<td> ) </td>
<td width=5></td>
</tr>
<?php if ($config['show_services']) { ?>
<tr style="background-color: <?php echo $services['bgcolour'] ?>">
<td width="5"></td>
<td>Services : </td>
@ -85,4 +86,5 @@ if($services['down']) { $services['bgcolour'] = "#ffcccc"; } else { $services['b
<td> ) </td>
<td width="5"></td>
</tr>
<?php } ?>
</table>