mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	UI: Fix upload resource icon button (#6309)
This commit is contained in:
		
							parent
							
								
									aef4916e1c
								
							
						
					
					
						commit
						3f7b879513
					
				| @ -81,7 +81,7 @@ | |||||||
|           </a-button> |           </a-button> | ||||||
|         </a-col> |         </a-col> | ||||||
|         <a-col :xs="{span: 1, offset: 3}" :md="1"> |         <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> | ||||||
|         <a-col :xs="{span: 2, offset: 5}" :md="2"> |         <a-col :xs="{span: 2, offset: 5}" :md="2"> | ||||||
|           <a-button |           <a-button | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user