X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2FAppModule.ts;fp=src%2Fapp%2FAppModule.ts;h=06d100418ecfe5bf8048b575c53f6370680bbea1;hb=fced3d4736f54088168f8c8eea213f2e96c859bf;hp=451e0f13673b8b4ba1e58440e82ddb803e7227ce;hpb=3649a5cf7a5aa8aa9e6f1cef9e6174a09980eef9;p=osm%2FNG-UI.git diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts index 451e0f1..06d1004 100644 --- a/src/app/AppModule.ts +++ b/src/app/AppModule.ts @@ -77,6 +77,7 @@ import { SwitchProjectComponent } from 'SwitchProjectComponent'; import { UsersActionComponent } from 'UsersActionComponent'; import { UserSettingsComponent } from 'UserSettingsComponent'; import { VimAccountsActionComponent } from 'VimAccountsAction'; +import { VmMigrationComponent } from 'VmMigrationComponent'; import { VNFInstancesActionComponent } from 'VNFInstancesActionComponent'; import { VNFLinkComponent } from 'VNFLinkComponent'; import { VNFPackagesActionComponent } from 'VNFPackagesAction'; @@ -127,7 +128,8 @@ const customNotifierOptions: NotifierOptions = { SwitchProjectComponent, GoToTopDirective, ScalingComponent, - ChangePasswordComponent + ChangePasswordComponent, + VmMigrationComponent ], imports: [ NotifierModule.withConfig(customNotifierOptions), @@ -201,7 +203,8 @@ const customNotifierOptions: NotifierOptions = { SDNControllerActionComponent, SwitchProjectComponent, ScalingComponent, - ChangePasswordComponent + ChangePasswordComponent, + VmMigrationComponent ] })