瀏覽代碼

Merge pull request #14539 from kunalaswani/master

HPCC-25021 Tool tips on the despray entry boxes contain  

Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 年之前
父節點
當前提交
d840c27e49
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      esp/src/eclwatch/TableContainer.js

+ 0 - 1
esp/src/eclwatch/TableContainer.js

@@ -16,7 +16,6 @@ define([
 
             arrayUtil.forEach(this.getChildren(), lang.hitch(this, function (child, index) {
                 child.set("label", child.get("label").split(" ").join("&nbsp;"));
-                child.set("title", child.get("title").split(" ").join("&nbsp;"));
             }));
 
             this.inherited(arguments);