We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}
{please fill the checkboxes, e.g: [X]}
How familiar are you with the the source code relevant to this issue?:
7
Expected behaviour:
After Update to v4.3 the reload icon should still be shown on blacklist and whitelist site.
Actual behaviour:
The button is still there, but the icon is missing:
Steps to reproduce:
Open the blacklist or the whitelist site.
Debug token provided by uploading pihole -d log:
pihole -d
-
Troubleshooting undertaken, and/or other relevant information:
In File list.php, line 45, fa-refresh must be replaced by fa-sync-alt or fa-sync. Possibly also in other php files. (https://fontawesome.com/icons?d=gallery&q=refresh&m=free)
fa-refresh
fa-sync-alt
fa-sync
The text was updated successfully, but these errors were encountered:
Replace fa-refresh with fa-sync
db68782
Font Awesome 5 replaced the refresh icon from 4 with fa-sync: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#name-changes Fixes #941 Signed-off-by: Mcat12 <[email protected]>
b8088e7
No branches or pull requests
In raising this issue, I confirm the following:
{please fill the checkboxes, e.g: [X]}
How familiar are you with the the source code relevant to this issue?:
7
Expected behaviour:
After Update to v4.3 the reload icon should still be shown on blacklist and whitelist site.
Actual behaviour:
The button is still there, but the icon is missing:
Steps to reproduce:
Open the blacklist or the whitelist site.
Debug token provided by uploading
pihole -d
log:-
Troubleshooting undertaken, and/or other relevant information:
In File list.php, line 45,
fa-refresh
must be replaced byfa-sync-alt
orfa-sync
.Possibly also in other php files.
(https://fontawesome.com/icons?d=gallery&q=refresh&m=free)
The text was updated successfully, but these errors were encountered: