mirror of https://github.com/apache/cloudstack.git
UI: Fix upload resource icon button (#6309)
This commit is contained in:
parent
aef4916e1c
commit
3f7b879513
|
|
@ -81,7 +81,7 @@
|
|||
</a-button>
|
||||
</a-col>
|
||||
<a-col :xs="{span: 1, offset: 3}" :md="1">
|
||||
<a-button type="primary" @click="uploadIcon('blob')"> {{ $t('label.upload') }} </a-button>
|
||||
<a-button :disabled="options.img === ''" type="primary" @click="uploadIcon('blob')"> {{ $t('label.upload') }} </a-button>
|
||||
</a-col>
|
||||
<a-col :xs="{span: 2, offset: 5}" :md="2">
|
||||
<a-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue