Skip to content

Commit

Permalink
NAS-123272 / 24.04 / Remove old apps and pool creation (#8508)
Browse files Browse the repository at this point in the history
* NAS-123272: Remove old apps and pool creation

* NAS-123272: PR Update
  • Loading branch information
AlexKarpov98 authored Aug 2, 2023
1 parent ef07ca2 commit 19f53ef
Show file tree
Hide file tree
Showing 202 changed files with 6 additions and 18,334 deletions.
11 changes: 0 additions & 11 deletions src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Routes } from '@angular/router';
import { marker as T } from '@biesbjerg/ngx-translate-extract-marker';
import { TranslationsLoadedGuard } from 'app/core/guards/translations-loaded.guard';
import { AdminLayoutComponent } from 'app/modules/layout/components/admin-layout/admin-layout.component';
import { ApplicationsComponent } from 'app/pages/apps-old/applications.component';
import { TwoFactorGuardService } from 'app/services/auth/two-factor-guard.service';
import { AuthLayoutComponent } from './modules/layout/components/auth-layout/auth-layout.component';
import { AuthGuardService } from './services/auth/auth-guard.service';
Expand Down Expand Up @@ -77,16 +76,6 @@ export const rootRouterConfig: Routes = [{
loadChildren: () => import('app/pages/apps/apps.module').then((module) => module.AppsModule),
data: { title: T('Applications'), breadcrumb: T('Applications') },
},
{
path: 'apps-legacy',
component: ApplicationsComponent,
data: { title: T('Applications'), breadcrumb: T('Applications') },
},
{
path: 'apps-legacy/:tabIndex',
loadChildren: () => import('app/pages/apps-old/old-apps.module').then((module) => module.OldAppsModule),
data: { title: T('Applications'), breadcrumb: T('Applications') },
},
{
path: 'sharing',
loadChildren: () => import('./pages/sharing/sharing.module').then((module) => module.SharingModule),
Expand Down
4 changes: 2 additions & 2 deletions src/app/interfaces/pod-select-dialog.interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PodSelectDialogComponent } from 'app/pages/apps-old/dialogs/pod-select/pod-select-dialog.component';
import { PodSelectDialogType } from 'app/pages/apps-old/enums/pod-select-dialog.enum';
import { PodSelectDialogType } from 'app/enums/pod-select-dialog.enum';
import { PodSelectDialogComponent } from 'app/pages/apps/components/pod-select-dialog/pod-select-dialog.component';

export interface PodDialogData {
type: PodSelectDialogType;
Expand Down
6 changes: 0 additions & 6 deletions src/app/pages/apps-old/application-tab.enum.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/app/pages/apps-old/applications-routing.module.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/app/pages/apps-old/applications.component.html

This file was deleted.

266 changes: 0 additions & 266 deletions src/app/pages/apps-old/applications.component.scss

This file was deleted.

Loading

0 comments on commit 19f53ef

Please sign in to comment.