mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[fix] Support APP_ICON_WIDTH configuration parameter in SPA menu (#9666)
* Expose additional APP_ICON_WIDTH python config variable to ui via app bootstrap for use in Menu * Update base.py to inclue APP_ICON_WIDTH via bracket notation instead of .get and adjust Menu proptypes to be required. Co-authored-by: Natalie Ruhe <nruhe@nruhe.attlocal.net> Co-authored-by: Natalie Ruhe <natalie@preset.io>
This commit is contained in:
@@ -75,6 +75,7 @@ const defaultProps = {
|
||||
path: '/superset/profile/admin/',
|
||||
icon: '/static/assets/images/superset-logo@2x.png',
|
||||
alt: 'Superset',
|
||||
width: '126',
|
||||
},
|
||||
navbar_right: {
|
||||
bug_report_url: null,
|
||||
|
||||
Reference in New Issue
Block a user