dns/rfc2136: also tweak widget here

This commit is contained in:
Franco Fichtner
2018-09-12 07:21:09 +02:00
parent 4082180ba8
commit b91a911e51
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.3
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= RFC-2136 Support
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_DEPENDS= bind912
@@ -95,10 +95,10 @@ if (!empty($_REQUEST['getrfc2136status'])) {
<table class="table table-striped table-condensed">
<thead>
<tr>
<th style="width:15%;"><?=gettext("Interface");?></th>
<th style="width:15%;"><?=gettext("Server");?></th>
<th style="width:25%;"><?=gettext("Hostname");?></th>
<th style="width:45%;"><?=gettext("Cached IP");?></th>
<th style="width:15%;word-break:break-word;"><?=gettext("Interface");?></th>
<th style="width:15%;word-break:break-word;"><?=gettext("Server");?></th>
<th style="width:25%;word-break:break-word;"><?=gettext("Hostname");?></th>
<th style="width:45%;word-break:break-word;"><?=gettext("Cached IP");?></th>
</tr>
</thead>
<tbody>