mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
dns/dyndns: minor style tweaks again
This commit is contained in:
parent
235e7f9bf3
commit
7a9a3f9563
1 changed files with 3 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ $main_buttons = array(
|
|||
<th><?=gettext("Hostname");?></th>
|
||||
<th><?=gettext("Cached IP");?></th>
|
||||
<th><?=gettext("Description");?></th>
|
||||
<th></th>
|
||||
<th class="text-nowrap"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -179,9 +179,9 @@ $main_buttons = array(
|
|||
}?>
|
||||
</td>
|
||||
<td><?=$dyndns['descr'];?></td>
|
||||
<td>
|
||||
<td class="text-nowrap">
|
||||
<a href="services_dyndns_edit.php?id=<?=$i;?>" class="btn btn-default btn-xs"><i class="fa fa-pencil fa-fw"></i></a>
|
||||
<a href="#" data-id="<?=$i;?>" class="act_delete_service btn btn-xs btn-default"><i class="fa fa-trash fa-fw text-muted"></i></a>
|
||||
<a href="#" data-id="<?=$i;?>" class="act_delete_service btn btn-xs btn-default"><i class="fa fa-trash fa-fw"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in a new issue