mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
disable pdf for now
git-svn-id: http://www.observium.org/svn/observer/trunk@2781 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -102,7 +102,8 @@
|
|||||||
<td width=\"250\">".print_percentage_bar(250, 20, $perc, NULL, "ffffff", $background['left'], $percent."%", "ffffff", $background['right'])."</td>
|
<td width=\"250\">".print_percentage_bar(250, 20, $perc, NULL, "ffffff", $background['left'], $percent."%", "ffffff", $background['right'])."</td>
|
||||||
<td>
|
<td>
|
||||||
<a href=\"".$url."\"><img src=\"images/16/chart_curve.png\" border=\"0\" align=\"absmiddle\" alt=\"Show details\" title=\"Show details\"/></a>
|
<a href=\"".$url."\"><img src=\"images/16/chart_curve.png\" border=\"0\" align=\"absmiddle\" alt=\"Show details\" title=\"Show details\"/></a>
|
||||||
<a href=\"pdf.php?type=billing&report=history&bill_id=".$bill_id."&history_id=".$history['bill_hist_id']."\"><img src=\"images/16/page_white_acrobat.png\" border=\"0\" align=\"absmiddle\" alt=\"PDF Report\" title=\"PDF Report\"/></a>
|
<a href=\"#\"><img src=\"images/16/page_white_acrobat.png\" border=\"0\" align=\"absmiddle\" alt=\"PDF Report\" title=\"PDF Report\"/>
|
||||||
|
<!-- <a href=\"pdf.php?type=billing&report=history&bill_id=".$bill_id."&history_id=".$history['bill_hist_id']."\"><img src=\"images/16/page_white_acrobat.png\" border=\"0\" align=\"absmiddle\" alt=\"PDF Report\" title=\"PDF Report\"/></a> //-->
|
||||||
</td>
|
</td>
|
||||||
</tr>");
|
</tr>");
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ $entitysensor['hertz'] = "freq";
|
|||||||
$entitysensor['percentRH'] = "humidity";
|
$entitysensor['percentRH'] = "humidity";
|
||||||
$entitysensor['rpm'] = "fanspeed";
|
$entitysensor['rpm'] = "fanspeed";
|
||||||
$entitysensor['celsius'] = "temperature";
|
$entitysensor['celsius'] = "temperature";
|
||||||
|
$entitysensor['dBm'] = "dbm";
|
||||||
|
|
||||||
|
|
||||||
if (is_array($oids))
|
if (is_array($oids))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user