dns: minor dashboard widget style updates

This commit is contained in:
Franco Fichtner
2018-08-06 08:01:28 +00:00
parent f1cb21b838
commit b85b33e8a9
4 changed files with 10 additions and 8 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 1
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><?=gettext("Interface");?></th>
<th><?=gettext("Service");?></th>
<th><?=gettext("Hostname");?></th>
<th><?=gettext("Cached IP");?></th>
<th style="width:15%;"><?=gettext("Interface");?></th>
<th style="width:15%;"><?=gettext("Service");?></th>
<th style="width:25%;"><?=gettext("Hostname");?></th>
<th style="width:45%;"><?=gettext("Cached IP");?></th>
</tr>
</thead>
<tbody>
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.3
PLUGIN_REVISION= 1
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><?=gettext("Interface");?></th>
<th><?=gettext("Server");?></th>
<th><?=gettext("Hostname");?></th>
<th><?=gettext("Cached IP");?></th>
<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>
</tr>
</thead>
<tbody>