summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.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_unbound.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_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 5e748ee..097161e 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -439,7 +439,7 @@ events.push(function() {
<th><?=gettext("Domain")?></th>
<th><?=gettext("IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
@@ -515,7 +515,7 @@ endforeach;
<th><?=gettext("Domain")?></th>
<th><?=gettext("IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
OpenPOWER on IntegriCloud