Przeglądaj źródła

dashboard: fix "notZero" param typo of "clusterNode" command in SentinelApiClient (#1155)

master
agensi Eric Zhao 5 lat temu
rodzic
commit
c03de043af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java

+ 1
- 1
sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java Wyświetl plik

@@ -393,7 +393,7 @@ public class SentinelApiClient {
* @return
*/
public List<NodeVo> fetchClusterNodeOfMachine(String ip, int port, boolean includeZero) {
String type = "noZero";
String type = "notZero";
if (includeZero) {
type = "zero";
}


Ładowanie…
Anuluj
Zapisz