mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	ui: Allow editing host and storage tags in updateHost & updatStoragePool forms (#6375)
This commit is contained in:
		
							parent
							
								
									eb9c00f26f
								
							
						
					
					
						commit
						c0124e2753
					
				| @ -1066,10 +1066,10 @@ export default { | ||||
|       this.showAction = true | ||||
|       const listIconForFillValues = ['copy-outlined', 'CopyOutlined', 'edit-outlined', 'EditOutlined', 'share-alt-outlined', 'ShareAltOutlined'] | ||||
|       for (const param of this.currentAction.paramFields) { | ||||
|         this.setRules(param) | ||||
|         if (param.type === 'list' && ['tags', 'hosttags', 'storagetags', 'files'].includes(param.name)) { | ||||
|           param.type = 'string' | ||||
|         } | ||||
|         this.setRules(param) | ||||
|         if (param.type === 'uuid' || param.type === 'list' || param.name === 'account' || (this.currentAction.mapping && param.name in this.currentAction.mapping)) { | ||||
|           this.listUuidOpts(param) | ||||
|         } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user