summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/system_information.widget.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-11 11:51:09 -0500
committerjim-p <jimp@pfsense.org>2012-01-11 11:51:09 -0500
commit4892d70982c1c4443fc8aff765d782f27df1a1b6 (patch)
tree6dfc2846199e6570acee88801240640445066196 /usr/local/www/widgets/widgets/system_information.widget.php
parent3a94345ceaa08ca1e1d8c5d3393f51f32d66ade9 (diff)
downloadpfsense-4892d70982c1c4443fc8aff765d782f27df1a1b6.zip
pfsense-4892d70982c1c4443fc8aff765d782f27df1a1b6.tar.gz
Remove a second, redundant temperature block (there is already one higher up that appears to be functional, this one is not.)
Diffstat (limited to 'usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/system_information.widget.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php
index 9bebeca..619cae0 100644
--- a/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/usr/local/www/widgets/widgets/system_information.widget.php
@@ -240,19 +240,6 @@ $curcfg = $config['system']['firmware'];
</td>
</tr>
<?php endif; ?>
-<?php
- if(has_temp()):
-?>
- <tr>
- <td width='25%' class='vncellt'>Temperature</td>
- <td width='75%' class='listr'>
- <?php $temp = get_temp(); ?>
- <img src="./themes/<?= $g["theme"]; ?>/images/misc/bar_left.gif" height="15" width="4" border="0" align="middle" alt="left bar" /><img src="./themes/<?= $g["theme"]; ?>/images/misc/bar_blue.gif" height="15" name="tempwidtha" id="tempwidtha" width="<?= $temp; ?>" border="0" align="middle" alt="red bar" /><img src="./themes/<?= $g["theme"]; ?>/images/misc/bar_gray.gif" height="15" name="tempwidthb" id="tempwidthb" width="<?= (100 - $temp); ?>" border="0" align="middle" alt="gray bar" /><img src="./themes/<?= $g["theme"]; ?>/images/misc/bar_right.gif" height="15" width="5" border="0" align="middle" alt="right bar" />
- &nbsp;
- <span id="tempmeter"><?= $temp."C"; ?></span>
- </td>
- </tr>
- <?php endif; ?>
<tr>
<td width="25%" class="vncellt">Disk usage</td>
<td width="75%" class="listr">
OpenPOWER on IntegriCloud