X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2FAppModule.ts;fp=src%2Fapp%2FAppModule.ts;h=5244bb267b0df23b733f30125a7139f5e263d1e2;hb=017df364be742ba4d89013ae32572c2b300e2a29;hp=30c68426d836b28b465fb967378e5de38590ce4e;hpb=3d81a28cd6df38cb070c6a6afbbd1528a766f16e;p=osm%2FNG-UI.git diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts index 30c6842..5244bb2 100644 --- a/src/app/AppModule.ts +++ b/src/app/AppModule.ts @@ -78,6 +78,7 @@ import { StartStopRebuildComponent } from 'StartStopRebuildComponent'; import { SwitchProjectComponent } from 'SwitchProjectComponent'; import { UsersActionComponent } from 'UsersActionComponent'; import { UserSettingsComponent } from 'UserSettingsComponent'; +import { VerticalScalingComponent } from 'VerticalScalingComponent'; import { VimAccountsActionComponent } from 'VimAccountsAction'; import { VmMigrationComponent } from 'VmMigrationComponent'; import { VNFInstancesActionComponent } from 'VNFInstancesActionComponent'; @@ -135,7 +136,8 @@ const customNotifierOptions: NotifierOptions = { VmMigrationComponent, NsUpdateComponent, WarningComponent, - StartStopRebuildComponent + StartStopRebuildComponent, + VerticalScalingComponent ], imports: [ NotifierModule.withConfig(customNotifierOptions), @@ -213,7 +215,8 @@ const customNotifierOptions: NotifierOptions = { VmMigrationComponent, NsUpdateComponent, WarningComponent, - StartStopRebuildComponent + StartStopRebuildComponent, + VerticalScalingComponent ] })