Revision e6f78714
Added by Marcos M over 1 year ago
src/usr/local/www/firewall_shaper.php | ||
---|---|---|
407 | 407 |
'add', |
408 | 408 |
'Add new Queue', |
409 | 409 |
$url, |
410 |
'fa-plus' |
|
410 |
'fa-solid fa-plus'
|
|
411 | 411 |
))->addClass('btn-success'); |
412 | 412 |
|
413 | 413 |
} |
... | ... | |
422 | 422 |
'delete', |
423 | 423 |
$queue ? 'Delete this queue':'Disable shaper on interface', |
424 | 424 |
$url, |
425 |
'fa-trash'
|
|
425 |
'fa-solid fa-trash-can'
|
|
426 | 426 |
))->addClass('btn-danger nowarn'); |
427 | 427 |
|
428 | 428 |
} |
Also available in: Unified diff
Update fontawesome references in form buttons