Skip to content

Commit

Permalink
dashboard: fix "notZero" param typo of "clusterNode" command in Senti…
Browse files Browse the repository at this point in the history
…nelApiClient (alibaba#1155)
  • Loading branch information
agensi authored and sczyh30 committed Nov 13, 2019
1 parent 9705f54 commit c03de04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public List<NodeVo> fetchResourceOfMachine(String ip, int port, String type) {
* @return
*/
public List<NodeVo> fetchClusterNodeOfMachine(String ip, int port, boolean includeZero) {
String type = "noZero";
String type = "notZero";
if (includeZero) {
type = "zero";
}
Expand Down

0 comments on commit c03de04

Please sign in to comment.