Advanced Cluster Enhancements
- Added edit cluster, profile type in OKA
- State to Git State in all pages
- Changed mandatory fields of edit profile
- Changed api in cluster page
Change-Id: I8a3239f83eb58a3997e4550fc030694c0a2a6c72
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/models/CommonModel.ts b/src/models/CommonModel.ts
index cb69103..b8d8837 100644
--- a/src/models/CommonModel.ts
+++ b/src/models/CommonModel.ts
@@ -137,6 +137,7 @@
createdbyosm?: string;
bootstrap?: boolean;
key?: boolean;
+ operationType?: string;
}
/** Handle the Delete params */
export interface DELETEPARAMS {