mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
feat(List Groups): Migrate List Groups FAB to React (#33301)
This commit is contained in:
@@ -174,6 +174,7 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
|
||||
from superset.views.dynamic_plugins import DynamicPluginsView
|
||||
from superset.views.error_handling import set_app_error_handlers
|
||||
from superset.views.explore import ExplorePermalinkView, ExploreView
|
||||
from superset.views.groups import GroupsListView
|
||||
from superset.views.log.api import LogRestApi
|
||||
from superset.views.logs import ActionLogView
|
||||
from superset.views.roles import RolesListView
|
||||
@@ -298,6 +299,14 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
|
||||
category_label=__("Security"),
|
||||
)
|
||||
|
||||
appbuilder.add_view(
|
||||
GroupsListView,
|
||||
"List Groups",
|
||||
label=__("List Groups"),
|
||||
category="Security",
|
||||
category_label=__("Security"),
|
||||
)
|
||||
|
||||
appbuilder.add_view(
|
||||
DynamicPluginsView,
|
||||
"Plugins",
|
||||
|
||||
Reference in New Issue
Block a user