dns/dyndns: minor style tweaks again

This commit is contained in:
Franco Fichtner 2018-06-03 18:12:20 +00:00
parent 235e7f9bf3
commit 7a9a3f9563

View file

@ -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