mirror of https://github.com/apache/cloudstack.git
Show enable field only if paramter is present (#917)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
fafaf11a15
commit
1dbbffc412
|
|
@ -447,7 +447,7 @@
|
|||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<a-form-item v-if="apiParams.enable">
|
||||
<span slot="label">
|
||||
{{ $t('label.enable.network.offering') }}
|
||||
<a-tooltip :title="apiParams.enable.description">
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@
|
|||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<a-form-item v-if="apiParams.enable">
|
||||
<span slot="label">
|
||||
{{ $t('label.enable.vpc.offering') }}
|
||||
<a-tooltip :title="apiParams.enable.description">
|
||||
|
|
|
|||
Loading…
Reference in New Issue