mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[app] Fix, manage menu should be before charts (#8945)
This commit is contained in:
committed by
GitHub
parent
3bedee75d3
commit
497c3e595b
@@ -209,14 +209,6 @@ class SupersetAppInitializer:
|
||||
category_label=__("Manage"),
|
||||
category_icon="",
|
||||
)
|
||||
appbuilder.add_view(
|
||||
SliceModelView,
|
||||
"Charts",
|
||||
label=__("Charts"),
|
||||
icon="fa-bar-chart",
|
||||
category="",
|
||||
category_icon="",
|
||||
)
|
||||
appbuilder.add_view(
|
||||
DatabaseView,
|
||||
"Databases",
|
||||
@@ -226,6 +218,14 @@ class SupersetAppInitializer:
|
||||
category_label=__("Sources"),
|
||||
category_icon="fa-database",
|
||||
)
|
||||
appbuilder.add_view(
|
||||
SliceModelView,
|
||||
"Charts",
|
||||
label=__("Charts"),
|
||||
icon="fa-bar-chart",
|
||||
category="",
|
||||
category_icon="",
|
||||
)
|
||||
appbuilder.add_view(
|
||||
DashboardModelView,
|
||||
"Dashboards",
|
||||
|
||||
Reference in New Issue
Block a user