summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-14 18:44:20 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 18:44:20 -0500
commit360ccbe0c0cc57eeb4807e726f35b4353bf3d310 (patch)
treefa01be7bb72a353efb71daca5fe9a9131ea94fce
parentf7253434877138dee1262cb930e329cf65209b77 (diff)
parent221c0775208875e1c135bb3474ae50ea829840ce (diff)
downloadpfsense-360ccbe0c0cc57eeb4807e726f35b4353bf3d310.zip
pfsense-360ccbe0c0cc57eeb4807e726f35b4353bf3d310.tar.gz
Merge pull request #2639 from phil-davis/patch-1
-rw-r--r--src/etc/inc/gmirror.inc11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/etc/inc/gmirror.inc b/src/etc/inc/gmirror.inc
index 5520674..c183282 100644
--- a/src/etc/inc/gmirror.inc
+++ b/src/etc/inc/gmirror.inc
@@ -101,9 +101,9 @@ function gmirror_html_status() {
<table class="table table-striped table-hover">
<thead>
<tr>
- <th>Name</td>
- <th>Status</td>
- <th>Component</td>
+ <th><?=gettext("Name")?></td>
+ <th><?=gettext("Status")?></td>
+ <th><?=gettext("Component")?></td>
</tr>
</thead>
<tbody>
@@ -120,7 +120,10 @@ function gmirror_html_status() {
</tr>
<?php endforeach; ?>
<?php endif; ?>
-<?php endforeach;
+<?php endforeach; ?>
+ </tbody>
+</table>
+<?php
}
/* List all disks in the system (potential gmirror targets) */
OpenPOWER on IntegriCloud