Skip to content

Commit

Permalink
feat: remove workspace switch droplist and create workspace button
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Sep 4, 2023
1 parent f3a9672 commit 35d2648
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 148 deletions.

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions src/plugins/workspace/public/mount.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
WORKSPACE_NAV_CATEGORY,
WORKSPACE_FATAL_ERROR_APP_ID,
} from '../common/constants';
import { mountDropdownList } from './mount';
import { SavedObjectsManagementPluginSetup } from '../../saved_objects_management/public';
import { getWorkspaceColumn } from './components/utils/workspace_column';
import { getWorkspaceIdFromUrl } from '../../../core/public/utils';
Expand Down Expand Up @@ -249,12 +248,6 @@ export class WorkspacePlugin implements Plugin<{}, {}, WorkspacePluginSetupDeps>
}
this.coreStart = core;

mountDropdownList({
application: core.application,
workspaces: core.workspaces,
chrome: core.chrome,
http: core.http,
});
this.currentWorkspaceSubscription = this._changeSavedObjectCurrentWorkspace();
if (core) {
this.filterNavLinks(core);
Expand Down

0 comments on commit 35d2648

Please sign in to comment.