This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new ff3884b  Adding message to deleteKubernetesSupportedVersion (#850)
ff3884b is described below

commit ff3884b095568f63b2119066f030c18e161f98af
Author: davidjumani <[email protected]>
AuthorDate: Wed Nov 11 19:21:10 2020 +0530

    Adding message to deleteKubernetesSupportedVersion (#850)
    
    * Adding message to deleteKubernetesSupportedVersion
    
    * Apply suggestions from code review
    
    Co-authored-by: Abhishek Kumar <[email protected]>
    
    Co-authored-by: Abhishek Kumar <[email protected]>
---
 src/config/section/image.js | 1 +
 src/locales/en.json         | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/config/section/image.js b/src/config/section/image.js
index cba2124..72e6d6f 100644
--- a/src/config/section/image.js
+++ b/src/config/section/image.js
@@ -319,6 +319,7 @@ export default {
           api: 'deleteKubernetesSupportedVersion',
           icon: 'delete',
           label: 'label.kubernetes.version.delete',
+          message: 'message.kubernetes.version.delete',
           dataView: true
         }
       ]
diff --git a/src/locales/en.json b/src/locales/en.json
index de8d5ae..81a485d 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -2896,7 +2896,8 @@
 "message.kubernetes.cluster.scale": "Please select desired cluster 
configuration",
 "message.kubernetes.cluster.start": "Please confirm that you want to start the 
cluster",
 "message.kubernetes.cluster.stop": "Please confirm that you want to stop the 
cluster",
-"message.kubernetes.cluster.upgrade": "Please select new kubernetes version",
+"message.kubernetes.cluster.upgrade": "Please select new Kubernetes version",
+"message.kubernetes.version.delete": "Please confirm that you want to delete 
this Kubernetes version",
 "message.launch.vm.on.private.network": "Do you wish to launch your instance 
on your own private dedicated network?",
 "message.launch.zone": "Zone is ready to launch; please proceed to the next 
step.",
 "message.launch.zone.description": "Zone is ready to launch; please proceed to 
the next step.",

Reply via email to