Fix the cluster switch selection doesn't work in console

This commit is contained in:
jungle
2018-09-19 18:55:58 +08:00
committed by von gosling
parent 7c04b27208
commit fa12fa32ae

View File

@@ -23,6 +23,7 @@
<select name="selectCluster" chosen <select name="selectCluster" chosen
ng-model="selectedCluster" ng-model="selectedCluster"
ng-options="item for item in clusterNames" ng-options="item for item in clusterNames"
ng-change="switchCluster()"
required > required >
<option value=""></option> <option value=""></option>
</select> </select>