mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 11:40:01 +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
|
||||
ng-model="selectedCluster"
|
||||
ng-options="item for item in clusterNames"
|
||||
ng-change="switchCluster()"
|
||||
required >
|
||||
<option value=""></option>
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user