mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
missing <tr> dyn_dns_status.widget.php
This commit is contained in:
parent
7a670d6541
commit
13dee9ef9f
@ -85,10 +85,12 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
|
||||
|
||||
<table class="table table-striped table-condensed">
|
||||
<thead>
|
||||
<th><?=gettext("Int.");?></th>
|
||||
<th><?=gettext("Service");?></th>
|
||||
<th><?=gettext("Hostname");?></th>
|
||||
<th><?=gettext("Cached IP");?></th>
|
||||
<tr>
|
||||
<th><?=gettext("Int.");?></th>
|
||||
<th><?=gettext("Service");?></th>
|
||||
<th><?=gettext("Hostname");?></th>
|
||||
<th><?=gettext("Cached IP");?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user