dns/dyndns|rfc2136: decide against width:, release new version

This commit is contained in:
Franco Fichtner
2018-09-15 11:55:01 +02:00
parent 7ed6d2d903
commit d604bcdff1
4 changed files with 10 additions and 12 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.9
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org
@@ -88,10 +88,10 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
<table class="table table-striped table-condensed">
<thead>
<tr>
<th style="width:15%;word-break:break-word;"><?=gettext("Interface");?></th>
<th style="width:15%;word-break:break-word;"><?=gettext("Service");?></th>
<th style="width:25%;word-break:break-word;"><?=gettext("Hostname");?></th>
<th style="width:45%;word-break:break-word;"><?=gettext("Cached IP");?></th>
<th style="word-break:break-word;"><?=gettext("Interface");?></th>
<th style="word-break:break-word;"><?=gettext("Service");?></th>
<th style="word-break:break-word;"><?=gettext("Hostname");?></th>
<th style="word-break:break-word;"><?=gettext("Cached IP");?></th>
</tr>
</thead>
<tbody>
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.3
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.4
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%;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>
<th style="word-break:break-word;"><?=gettext("Interface");?></th>
<th style="word-break:break-word;"><?=gettext("Server");?></th>
<th style="word-break:break-word;"><?=gettext("Hostname");?></th>
<th style="word-break:break-word;"><?=gettext("Cached IP");?></th>
</tr>
</thead>
<tbody>