Fix Bug 2336: Manual Healing option in Ui
*In NS Instances page. Click "Manual Healing" in the actions menu.
*Then a new pop-up page will opened.
*In the popup there will be drop-down containing membervnfIndex and Day1 operation.
*When the membervnfIndex and Day1 operation are selected including muti VDU optional can be selected then Click Apply button.
*The pop-up window is closed and the page is directed to "History of operations" page for this NS.
Change-Id: I3041bcfb56232c6f4b0f56441d89295cc04cfa02
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
(cherry picked from commit 319d328d0bbb1e156ac767851c8c33acb518dc94)
diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts
index 889f4be..5a9c306 100644
--- a/src/app/AppModule.ts
+++ b/src/app/AppModule.ts
@@ -45,6 +45,7 @@
import { DeviceCheckService } from 'DeviceCheckService';
import { GoToTopDirective } from 'GoToTopDirective';
import { HeaderComponent } from 'HeaderComponent';
+import { HealingComponent } from 'HealingComponent';
import { InstantiateNetSliceTemplateComponent } from 'InstantiateNetSliceTemplate';
import { InstantiateNsComponent } from 'InstantiateNs';
import { LayoutComponent } from 'LayoutComponent';
@@ -134,7 +135,8 @@
NsUpdateComponent,
WarningComponent,
StartStopRebuildComponent,
- VerticalScalingComponent
+ VerticalScalingComponent,
+ HealingComponent
],
imports: [
NotifierModule.withConfig(customNotifierOptions),