mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: another tweak to widget
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= dyndns
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
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%;"><?=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>
|
||||
<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>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user