fixed k8s app edit config dropdown default (#5647)

pull/5681/head
zees-dev 3 years ago committed by GitHub
parent 414f2c8c60
commit 16dc58a5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save