Revision 32be4696
Added by Marcos M over 1 year ago
src/usr/local/www/services_checkip.php | ||
---|---|---|
137 | 137 |
<a class="fa-solid fa-ban" title="<?=gettext('Disable service')?>" href="?act=toggle&id=<?=$i?>" usepost></a> |
138 | 138 |
<?php } else { |
139 | 139 |
?> |
140 |
<a class="fa-solid fa-check-square-o" title="<?=gettext('Enable service')?>" href="?act=toggle&id=<?=$i?>" usepost></a>
|
|
140 |
<a class="fa-regular fa-square-check" title="<?=gettext('Enable service')?>" href="?act=toggle&id=<?=$i?>" usepost></a>
|
|
141 | 141 |
<?php } |
142 | 142 |
?> |
143 |
<a class="fa-solid fa-trash <?=$visibility?>" title="<?=gettext('Delete service')?>" href="services_checkip.php?act=del&id=<?=$i?>" usepost></a> |
|
143 |
<a class="fa-solid fa-trash-can <?=$visibility?>" title="<?=gettext('Delete service')?>" href="services_checkip.php?act=del&id=<?=$i?>" usepost></a>
|
|
144 | 144 |
</td> |
145 | 145 |
</tr> |
146 | 146 |
<?php |
Also available in: Unified diff
Update fontawesome icon names to v6. Implement #13537