summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_lb_vs.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-10 14:51:41 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-10 15:13:13 -0500
commit2f4e37b1196be724d00746eab5a1ff5ba6d27b00 (patch)
tree88303e08bf473ddf26308a19f59a0ab456e28f0c /src/usr/local/www/status_lb_vs.php
parente98cb9335e5756ab2cf4638b612b8ce43305b60f (diff)
downloadpfsense-2f4e37b1196be724d00746eab5a1ff5ba6d27b00.zip
pfsense-2f4e37b1196be724d00746eab5a1ff5ba6d27b00.tar.gz
Fixed #5405
Diffstat (limited to 'src/usr/local/www/status_lb_vs.php')
-rw-r--r--src/usr/local/www/status_lb_vs.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/status_lb_vs.php b/src/usr/local/www/status_lb_vs.php
index 94f3c71..ad50b5c 100644
--- a/src/usr/local/www/status_lb_vs.php
+++ b/src/usr/local/www/status_lb_vs.php
@@ -101,11 +101,11 @@ else {
<div class="table-responsive"></div>
<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
<tr>
- <td><?=gettext("Name"); ?></td>
- <td><?=gettext("Address"); ?></td>
- <td><?=gettext("Servers"); ?></td>
- <td><?=gettext("Status"); ?></td>
- <td><?=gettext("Description"); ?></td>
+ <th><?=gettext("Name"); ?></th>
+ <th><?=gettext("Address"); ?></th>
+ <th><?=gettext("Servers"); ?></th>
+ <th><?=gettext("Status"); ?></th>
+ <th><?=gettext("Description"); ?></th>
</tr>
<?php
$i = 0;
OpenPOWER on IntegriCloud