-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
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
fix: set correct favicon from config for login and FAB list views #21498
Conversation
@@ -21,7 +21,15 @@ | |||
|
|||
{% block head_css %} | |||
{{ super() }} | |||
<link rel="icon" type="image/png" href="{{ assets_prefix }}/static/assets/images/favicon.png"> | |||
{% set favicons = appbuilder.app.config['FAVICONS'] %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #21498 +/- ##
==========================================
+ Coverage 66.59% 66.61% +0.02%
==========================================
Files 1791 1791
Lines 68554 68594 +40
Branches 7319 7319
==========================================
+ Hits 45653 45695 +42
+ Misses 21008 21006 -2
Partials 1893 1893
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice fix! lgtm
…ache#21498) (cherry picked from commit b29e7e7)
SUMMARY
fixes: #21494
Most of the views use basic.html, but base.html is still used by login and FAB model list views, so updated its favicon to match basic.html
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION