From 2a58951293395d470bc49c0f1e5448c9c76a5d70 Mon Sep 17 00:00:00 2001 From: Harikrishna Patnala Date: Tue, 11 Apr 2023 11:19:18 +0530 Subject: [PATCH 01/10] Better hover label and message for generate API/secret keys form --- ui/public/locales/en.json | 3 ++- ui/src/components/view/ActionButton.vue | 5 ++++- ui/src/config/section/user.js | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index dfa813238be8..7842fbe76b56 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -123,6 +123,7 @@ "label.action.expunge.instance": "Expunge instance", "label.action.force.reconnect": "Force reconnect", "label.action.generate.keys": "Generate keys", +"label.action.generate.api.secret.keys": "Generate New API/Secret Keys", "label.action.get.diagnostics": "Get diagnostics data", "label.action.health.monitor": "Health monitor", "label.action.image.store.read.only": "Make image store read-only", @@ -2691,7 +2692,7 @@ "message.failed.to.add": "Failed to add", "message.failed.to.assign.vms": "Failed to assign VMs", "message.failed.to.remove": "Failed to remove", -"message.generate.keys": "Please confirm that you would like to generate new keys for this user.", +"message.generate.keys": "Please confirm that you would like to generate new API/Secret keys for this user.", "message.chart.statistic.info": "The shown charts are self-adjustable, that means, if the value gets close to the limit or overpass it, it will grow to adjust the shown value", "message.guest.traffic.in.advanced.zone": "Guest network traffic is communication between end-user virtual machines. Specify a range of VLAN IDs or VXLAN network identifiers (VNIs) to carry guest traffic for each physical network.", "message.guest.traffic.in.basic.zone": "Guest network traffic is communication between end-user virtual machines. Specify a range of IP addresses that CloudStack can assign to guest VMs. Make sure this range does not overlap the reserved system IP range.", diff --git a/ui/src/components/view/ActionButton.vue b/ui/src/components/view/ActionButton.vue index 5f5761cbe1c3..f15ec2fd9f34 100644 --- a/ui/src/components/view/ActionButton.vue +++ b/ui/src/components/view/ActionButton.vue @@ -47,7 +47,10 @@ :key="actionIndex" arrowPointAtCenter placement="bottomRight"> -