Support Bundles: Improve creating bundle UX (#61611)

* Support Bundles: Improve creating bundle UX

* Refactor create bundle page

* Fix typo

* Don't show loading indicaror after deleting bundle
This commit is contained in:
Alexander Zobnin
2023-01-17 17:50:14 +01:00
committed by GitHub
parent 4f1bdc0607
commit 354342ab26
8 changed files with 263 additions and 84 deletions

View File

@@ -17,6 +17,7 @@ import panelsReducers from 'app/features/panel/state/reducers';
import { reducer as pluginsReducer } from 'app/features/plugins/admin/state/reducer';
import userReducers from 'app/features/profile/state/reducers';
import serviceAccountsReducer from 'app/features/serviceaccounts/state/reducers';
import supportBundlesReducer from 'app/features/support-bundles/state/reducers';
import teamsReducers from 'app/features/teams/state/reducers';
import usersReducers from 'app/features/users/state/reducers';
import templatingReducers from 'app/features/variables/state/keyedVariablesReducer';
@@ -43,6 +44,7 @@ const rootReducers = {
...panelEditorReducers,
...panelsReducers,
...templatingReducers,
...supportBundlesReducer,
plugins: pluginsReducer,
[alertingApi.reducerPath]: alertingApi.reducer,
[publicDashboardApi.reducerPath]: publicDashboardApi.reducer,