mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 19:48:29 +08:00
Fix the cluster switch selection doesn't work in console
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user