mirror of https://github.com/apache/cloudstack.git
Adding message to deleteKubernetesSupportedVersion (#850)
* Adding message to deleteKubernetesSupportedVersion * Apply suggestions from code review Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8150855050
commit
e6b73d44fa
|
|
@ -319,6 +319,7 @@ export default {
|
|||
api: 'deleteKubernetesSupportedVersion',
|
||||
icon: 'delete',
|
||||
label: 'label.kubernetes.version.delete',
|
||||
message: 'message.kubernetes.version.delete',
|
||||
dataView: true
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue