浏览代码

Merge pull request #13205 from miguelvazq/HPCC-23195

HPCC-23195 Cluster Process request issues

Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 年之前
父节点
当前提交
b0cfd1c840
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/src/eclwatch/MachineInformationWidget.js

+ 1 - 1
esp/src/eclwatch/MachineInformationWidget.js

@@ -248,7 +248,7 @@ define([
 
                             } else {
                                 request["ClusterProcesses"] = true;
-                                request["Addresses." + idx] = item.Netaddress + "|:" + item.Type + ":" + item.Name + ":" + 2 + ":" + item.Parent.Directory + ":" + idx;
+                                request["Addresses." + idx] = item.Netaddress + "|:" + item.Type + ":" + item.Parent.Name + ":" + 2 + ":" + item.Parent.Directory + ":" + idx;
                                 request["Addresses.itemcount"] = MachineInformationCount;
                             }
                         });