mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
oops, syntax fixie. r1982 \o/
git-svn-id: http://www.observium.org/svn/observer/trunk@1982 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -41,7 +41,7 @@ while ($proc = mysql_fetch_array($procs))
|
||||
<td class=\"tablehead\"><a href='".$proc_url."' $proc_popup>" . $text_descr . "</a></td>
|
||||
<td width=\"90\"><a href=\"".$proc_url."\" $proc_popup><img src=\"$mini_url\" /></a></td>
|
||||
<td width=\"200\"><a href=\"".$proc_url."\" $proc_popup>
|
||||
".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background);
|
||||
".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background));
|
||||
echo('</a></td>
|
||||
</tr>');
|
||||
|
||||
|
Reference in New Issue
Block a user