mirror of https://github.com/portainer/portainer
				
				
				
			fixed k8s app edit config dropdown default (#5651)
							parent
							
								
									f6f31b8872
								
							
						
					
					
						commit
						d911c50f1b
					
				| 
						 | 
				
			
			@ -294,7 +294,7 @@
 | 
			
		|||
                  <select
 | 
			
		||||
                    class="form-control"
 | 
			
		||||
                    ng-model="config.SelectedConfiguration"
 | 
			
		||||
                    ng-options="c as c.Name for c in ctrl.configurations"
 | 
			
		||||
                    ng-options="c as c.Name for c in ctrl.configurations track by c.Name"
 | 
			
		||||
                    ng-change="ctrl.resetConfiguration(index)"
 | 
			
		||||
                    ng-disabled="ctrl.formValues.Containers.length > 1"
 | 
			
		||||
                  ></select>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue