You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/01/12 13:04:19 UTC

[cloudstack] branch 4.17 updated: UI: fix diskofferingstrictness is not passed when create compute offering (#7072)

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

dahn pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new 4d80ea68465 UI: fix diskofferingstrictness is not passed when create compute offering (#7072)
4d80ea68465 is described below

commit 4d80ea68465641b405beb5b531106f92cf904e46
Author: Wei Zhou <we...@apache.org>
AuthorDate: Thu Jan 12 14:04:09 2023 +0100

    UI: fix diskofferingstrictness is not passed when create compute offering (#7072)
---
 ui/public/locales/en.json                    | 1 +
 ui/src/views/offering/AddComputeOffering.vue | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index 9bb0df89bb2..a047af20fd5 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -1977,6 +1977,7 @@
 "label.rootdisk": "ROOT disk",
 "label.rootdiskcontrollertype": "Root disk controller",
 "label.rootdiskcontrollertypekvm": "Root disk controller",
+"label.rootdisksize": "Root disk size (GB)",
 "label.router.health.check.last.updated": "Last updated",
 "label.router.health.check.name": "Check name",
 "label.router.health.check.success": "Success",
diff --git a/ui/src/views/offering/AddComputeOffering.vue b/ui/src/views/offering/AddComputeOffering.vue
index 2022a53b186..040de18c946 100644
--- a/ui/src/views/offering/AddComputeOffering.vue
+++ b/ui/src/views/offering/AddComputeOffering.vue
@@ -560,7 +560,7 @@
               </a-form-item>
             </a-form-item>
           </span>
-          <a-form-item>
+          <a-form-item name="diskofferingstrictness" ref="diskofferingstrictness">
             <template #label>
               <tooltip-label :title="$t('label.diskofferingstrictness')" :tooltip="apiParams.diskofferingstrictness.description"/>
             </template>