summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-20 13:50:56 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-20 13:50:56 +0000
commite7d248af56042b04ee5584970c789a1c0d69d762 (patch)
treeb91669a67bed697b4290109b9e112be55287801e /src/usr/local/www/widgets
parentdcba8236df53ce23068833086fe02217128244fa (diff)
downloadpfsense-e7d248af56042b04ee5584970c789a1c0d69d762.zip
pfsense-e7d248af56042b04ee5584970c789a1c0d69d762.tar.gz
Update wake_on_lan.widget.php
Remove unused TD tag
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/wake_on_lan.widget.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php b/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php
index 49da414..ca29bc2 100644
--- a/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php
+++ b/src/usr/local/www/widgets/widgets/wake_on_lan.widget.php
@@ -86,7 +86,6 @@ if (count($wolcomputers) > 0) {
$is_active = exec("/usr/sbin/arp -an |/usr/bin/grep {$wolent['mac']}| /usr/bin/wc -l|/usr/bin/awk '{print $1;}'");
$status = exec("/usr/sbin/arp -an | /usr/bin/awk '$4 == \"{$wolent['mac']}\" { print $7 }'");
- echo "<td>\n";
if ($status == 'expires') {
echo '<i class="fa fa-arrow-right" data-toggle="tooltip" title="' . gettext("Online") . '"></i>';
} else if ($status == 'permanent') {
OpenPOWER on IntegriCloud