Fix Bug 2291: No option to update VIM Account in NG-UI

	- NG-UI support for VIM Update
	- Added edit button in VIM Account Action
	- Patched the value in edit form using vimaccounts get api
	- schema_type support is not given in patch method
	- Disabled vim url and type in vim update action

Change-Id: I7c90e55fc4223d6c41ce12333ee23536358cab43
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 0f8b581..7ea835d 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -250,6 +250,7 @@
         },
         "VIM": {
             "CREATEDSUCCESSFULLY": "VIM Created Successfully",
+            "UPDATEDSUCCESSFULLY": "VIM Updated Successfully",
             "LOCATIONINFO": "Type the Data location name, Latitude & Longitude to show in map view"
         },
         "VIMDETAILS": {
@@ -277,7 +278,13 @@
             "VIMRESOURCES": "VIM Resources Overview",
             "DOUGHNUT": "Doughnut",
             "PIE": "Pie",
-            "NODATA": "No Data"
+            "NODATA": "No Data",
+            "EDITVIMACCOUNT": "Edit VIM Account",
+            "EDITVIM": "Edit VIM",
+            "VIMHEADER": "Warning",
+            "VIMCONTENT": "This action involves loading the sample config & deleting the present config",
+            "CLEARCONTENT": "This action involves deleting the present config",
+            "VIMSUBMIT": "Proceed"
         },
         "WIMACCOUNTS": {
             "CREATEDSUCCESSFULLY": "WIM Created Successfully",