Skip to content

Commit

Permalink
Revert "Revert "NAS-124392: Remove web shell (#8967)" (#9032)" (#9357)
Browse files Browse the repository at this point in the history
This reverts commit 8743934.
  • Loading branch information
undsoft authored Dec 21, 2023
1 parent b6f8c0f commit 2364af1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 228 deletions.
5 changes: 0 additions & 5 deletions src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ export const rootRouterConfig: Routes = [{
loadChildren: 'app/pages/systemprocesses/system-processes.module#SystemProcessesModule',
data: { title: 'System Processes', breadcrumb: 'System Processes' },
},
{
path: 'shell',
loadChildren: './pages/shell/shell.module#ShellModule',
data: { title: 'Shell', breadcrumb: 'Shell' },
},
{
path: 'guide',
loadChildren: './pages/guide/guide.module#GuideModule',
Expand Down
1 change: 0 additions & 1 deletion src/app/pages/shell/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/app/pages/shell/shell.component.css

This file was deleted.

33 changes: 0 additions & 33 deletions src/app/pages/shell/shell.component.html

This file was deleted.

140 changes: 0 additions & 140 deletions src/app/pages/shell/shell.component.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/app/pages/shell/shell.module.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/app/pages/shell/shell.routing.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/services/navigation/navigation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,6 @@ export class NavigationService {
icon: 'perm_data_setting',
state: 'systemprocesses',
},
{
name: T('Shell'),
type: 'link',
tooltip: T('Shell'),
icon: 'console-line',
state: 'shell',
},
{
name: T('Guide'),
type: 'extLink',
Expand Down

0 comments on commit 2364af1

Please sign in to comment.