mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	ui: fix advance setting behaviour in autoscale form (#11306)
Fixes #11269 The current dysfunctional behaviour was introduced in #6571. In advanced settings interface for ssh keypairs, userdata, affinity group, etc are show but the toggle to show/hide them was not working correctly. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
		
							parent
							
								
									4b1a605e59
								
							
						
					
					
						commit
						fd4223295a
					
				| @ -738,7 +738,7 @@ | |||||||
|                     {{ $t('label.isadvanced') }} |                     {{ $t('label.isadvanced') }} | ||||||
|                     <a-switch v-model:checked="showDetails" style="margin-left: 10px"/> |                     <a-switch v-model:checked="showDetails" style="margin-left: 10px"/> | ||||||
|                   </span> |                   </span> | ||||||
|                   <div style="margin-top: 15px" v-show="showDetails"> |                   <div style="margin-top: 15px" v-if="showDetails"> | ||||||
|                     <a-form-item :label="$t('label.sshkeypairs')"> |                     <a-form-item :label="$t('label.sshkeypairs')"> | ||||||
|                       <ssh-key-pair-selection |                       <ssh-key-pair-selection | ||||||
|                         :items="options.sshKeyPairs" |                         :items="options.sshKeyPairs" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user