From 0ab0c355491e2518fffc0d1d47806f4b695dd78e Mon Sep 17 00:00:00 2001 From: Nicolas Vazquez Date: Thu, 12 May 2022 07:26:15 -0300 Subject: [PATCH] UI: Add missing tooltips on service offering creation (#6376) * UI: Add missing tooltips on service offering creation * Refactor - use translation * Corrected message for compute only offering tool tip Co-authored-by: Harikrishna Patnala --- ui/public/locales/en.json | 1 + ui/src/views/offering/AddComputeOffering.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index be0a42f20c0..726165a099e 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -899,6 +899,7 @@ "label.diskofferingstrictness": "Disk offering strictness", "label.disksizestrictness": "Disk size strictness", "label.computeonly.offering": "Compute only disk offering", +"label.computeonly.offering.tooltip": "Option to specify root disk related information in the compute offering or to directly link a disk offering to the compute offering", "label.edit": "Edit", "label.edit.acl.list": "Edit ACL list", "label.edit.acl.rule": "Edit ACL rule", diff --git a/ui/src/views/offering/AddComputeOffering.vue b/ui/src/views/offering/AddComputeOffering.vue index bcf84fbad58..107d2f0ea8d 100644 --- a/ui/src/views/offering/AddComputeOffering.vue +++ b/ui/src/views/offering/AddComputeOffering.vue @@ -340,7 +340,7 @@ @@ -562,7 +562,7 @@