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>
diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss
index cb96c93..337d6aa 100644
--- a/src/assets/scss/app.scss
+++ b/src/assets/scss/app.scss
@@ -858,3 +858,34 @@
border: none;
}
}
+
+/****************************************************************************/
+/************************** HEALING STYLE ***********************************/
+/****************************************************************************/
+
+app-healing {
+ .card {
+ border-radius: 15px;
+ width: auto;
+ height: auto;
+ margin-bottom: 5px;
+ }
+
+ .card-body {
+ flex: 1 1 auto;
+ min-height: 1px;
+ padding: 5px;
+ }
+
+ .form-group {
+ margin-bottom: 1px;
+ }
+
+ .col-sm-1 {
+ bottom: 20px;
+ }
+
+ .col-5 {
+ left: 79px;
+ }
+}