summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-08 08:22:52 +0545
committerPhil Davis <phil.davis@inf.org>2016-03-08 08:22:52 +0545
commit21d973b24d3330ff4a41d76a0a74decc4d791075 (patch)
tree1915d245157a8b082b8c7682ed8bfb153d4d0398 /src/usr/local/www/services_captiveportal_hostname.php
parent21749f7ab880ed478be77c3b2db2370c22a4e47c (diff)
downloadpfsense-21d973b24d3330ff4a41d76a0a74decc4d791075.zip
pfsense-21d973b24d3330ff4a41d76a0a74decc4d791075.tar.gz
Add Actions column heading
to other places where it was missing, for UI consistency.
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname.php b/src/usr/local/www/services_captiveportal_hostname.php
index 4f6d1c6..a9b2b50 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -147,9 +147,9 @@ display_top_tabs($tab_array, true);
<table class="table table-hover table-striped table-condensed">
<thead>
<tr>
- <th><?=gettext("Hostname"); ?></th>
- <th><?=gettext("Description"); ?></th>
- <th><!-- Buttons --></th>
+ <th><?=gettext("Hostname"); ?></th>
+ <th><?=gettext("Description"); ?></th>
+ <th><?=gettext("Actions"); ?></th>
</tr>
</thead>
OpenPOWER on IntegriCloud