Revision 32be4696
Added by Marcos M over 1 year ago
src/usr/local/www/services_unbound.php | ||
---|---|---|
549 | 549 |
</td> |
550 | 550 |
<td> |
551 | 551 |
<a class="fa-solid fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$idx?>"></a> |
552 |
<a class="fa-solid fa-trash" title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&act=del&id=<?=$idx?>" usepost></a> |
|
552 |
<a class="fa-solid fa-trash-can" title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&act=del&id=<?=$idx?>" usepost></a>
|
|
553 | 553 |
</td> |
554 | 554 |
</tr> |
555 | 555 |
|
... | ... | |
628 | 628 |
</td> |
629 | 629 |
<td> |
630 | 630 |
<a class="fa-solid fa-pencil" title="<?=gettext('Edit domain override')?>" href="services_unbound_domainoverride_edit.php?id=<?=$i?>"></a> |
631 |
<a class="fa-solid fa-trash" title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&type=doverride&id=<?=$i?>" usepost></a> |
|
631 |
<a class="fa-solid fa-trash-can" title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&type=doverride&id=<?=$i?>" usepost></a>
|
|
632 | 632 |
</td> |
633 | 633 |
</tr> |
634 | 634 |
<?php |
Also available in: Unified diff
Update fontawesome icon names to v6. Implement #13537