summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-23 11:53:29 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-23 11:55:56 -0600
commited4340166b00d4d3c7ea9bec120e93b7c281dbf7 (patch)
tree8f2be1458d1299225733664f8d9a1f78cf48d2eb /src/usr/local/www/widgets
parent312f01a0441bce59ac595cdcd3923104f7c24a3f (diff)
downloadpfsense-ed4340166b00d4d3c7ea9bec120e93b7c281dbf7.zip
pfsense-ed4340166b00d4d3c7ea9bec120e93b7c281dbf7.tar.gz
clean up thermal widget
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/javascript/thermal_sensors.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/usr/local/www/widgets/javascript/thermal_sensors.js b/src/usr/local/www/widgets/javascript/thermal_sensors.js
index caad43c..4733f67 100644
--- a/src/usr/local/www/widgets/javascript/thermal_sensors.js
+++ b/src/usr/local/www/widgets/javascript/thermal_sensors.js
@@ -114,11 +114,7 @@ function loadThermalSensorsContainer (thermalSensorsContent) {
//load generated graph (or raw data) into thermalSensorsContainer (thermalSensorsContainer DIV defined in "thermal_sensors.widget.php")
jQuery('#thermalSensorsContainer').html(thermalSensorsContent);
} else {
- jQuery('#thermalSensorsContainer').html("No Thermal Sensors data available.<br /><br />");
- jQuery('<div/>').html(
- "<span>* You can configure a proper Thermal Sensor / Module under <br />" +
- "&nbsp;&nbsp;&nbsp;<a href='system_advanced_misc.php'>System &gt; Advanced &gt; Miscellaneous : Thermal Sensors section</a>.</span>"
- ).appendTo('#thermalSensorsContainer');
+ jQuery('#thermalSensorsContainer').html("No Thermal Sensors data available.");
}
}
OpenPOWER on IntegriCloud