mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
UI: Fix change offering type (#6135)
This commit is contained in:
parent
c146449ab8
commit
15e3a10f94
@ -62,6 +62,7 @@
|
|||||||
<a-form-item name="offeringtype" ref="offeringtype" :label="$t('label.offeringtype')" v-show="!isSystem">
|
<a-form-item name="offeringtype" ref="offeringtype" :label="$t('label.offeringtype')" v-show="!isSystem">
|
||||||
<a-radio-group
|
<a-radio-group
|
||||||
v-model:value="form.offeringtype"
|
v-model:value="form.offeringtype"
|
||||||
|
@change="selected => { handleComputeOfferingTypeChange(selected.target.value) }"
|
||||||
buttonStyle="solid">
|
buttonStyle="solid">
|
||||||
<a-radio-button value="fixed">
|
<a-radio-button value="fixed">
|
||||||
{{ $t('label.fixed') }}
|
{{ $t('label.fixed') }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user