Skip to content

Commit 6644c7d

Browse files
fix: fix save button icon on pfSense CE 2.8.0
1 parent 94ec70a commit 6644c7d

File tree

1 file changed

+1
-1
lines changed
  • pfSense-pkg-saml2-auth/files/usr/local/www/saml2_auth

1 file changed

+1
-1
lines changed

pfSense-pkg-saml2-auth/files/usr/local/www/saml2_auth/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
$form->add($idp_section);
240240
$form->add($sp_section);
241241
$form->add($advanced_section);
242-
$form->addGlobal(new Form_Button('save', 'Save', null, 'fa-save'))->addClass('btn-primary');
242+
$form->addGlobal(new Form_Button('save', 'Save', null, 'fa-solid fa-save'))->addClass('btn-primary');
243243

244244
# PRINT OUR FORM AND PFSENSE FOOTER
245245
print $form;

0 commit comments

Comments
 (0)