summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-07 11:49:49 -0500
committerjim-p <jimp@pfsense.org>2016-03-07 11:49:49 -0500
commit21749f7ab880ed478be77c3b2db2370c22a4e47c (patch)
tree1452d4191121af029fee44e19239cf0cb118a328 /src
parentb35edfe772b8b17c007b8facdc7bf0430c8bea0e (diff)
downloadpfsense-21749f7ab880ed478be77c3b2db2370c22a4e47c.zip
pfsense-21749f7ab880ed478be77c3b2db2370c22a4e47c.tar.gz
On second though, don't use this class on this particular tag in the WoL widget.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/wake_on_lan.widget.php2
1 files changed, 1 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 ee5cc96..57edd9b 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
@@ -91,7 +91,7 @@ if (count($wolcomputers) > 0):
<td>
<?= convert_friendly_interface_to_friendly_descr($wolent['interface']) ?>
</td>
- <td class="text-center">
+ <td>
<?php if ($status == 'expires'): ?>
<i class="fa fa-arrow-right" data-toggle="tooltip" title="<?= gettext("Online") ?>"></i>
<?php elseif ($status == 'permanent'): ?>
OpenPOWER on IntegriCloud