mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	ui: fix not find tab name due to language other than English (#4920)
Fixes #4919
This commit is contained in:
		
							parent
							
								
									50da578fde
								
							
						
					
					
						commit
						8fec222af0
					
				| @ -261,7 +261,7 @@ export default { | |||||||
|   }, |   }, | ||||||
|   methods: { |   methods: { | ||||||
|     fetchData () { |     fetchData () { | ||||||
|       this.tabType = this.$parent.tab === 'Ingress Rule' ? 'ingress' : 'egress' |       this.tabType = this.$parent.tab === this.$t('label.ingress.rule') ? 'ingress' : 'egress' | ||||||
|       this.rules = this.tabType === 'ingress' ? this.resource.ingressrule : this.resource.egressrule |       this.rules = this.tabType === 'ingress' ? this.resource.ingressrule : this.resource.egressrule | ||||||
|     }, |     }, | ||||||
|     handleAddRule () { |     handleAddRule () { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user