瀏覽代碼

HPCC-13953 Banner does not show in new ECL Watch

Fixes HPCC-13953

Signed-off-by: Gordon Smith <gordonjsmith@gmail.com>
Gordon Smith 9 年之前
父節點
當前提交
e73e9d4375
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/src/eclwatch/HPCCPlatformWidget.js

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

@@ -200,7 +200,7 @@ define([
             this.activity.watch("Build", function (name, oldValue, newValue) {
                 context.build = WsSMC.parseBuildString(newValue);
             });
-            this.activity.watch("changedCount", function (name, oldValue, newValue) {
+            this.activity.watch("__hpcc_changedCount", function (name, oldValue, newValue) {
                 context.refreshBanner(context.activity);
             });