Browse Source

Merge pull request #8176 from miguelvazq/HPCC-14013

HPCC-14013 Add file cluster input belongs to

Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 years ago
parent
commit
b11d19b711
2 changed files with 3 additions and 1 deletions
  1. 2 1
      esp/src/eclwatch/SourceFilesWidget.js
  2. 1 0
      esp/src/eclwatch/nls/hpcc.js

+ 2 - 1
esp/src/eclwatch/SourceFilesWidget.js

@@ -77,7 +77,8 @@ define([
                             return dojoConfig.getImageHTML(row.IsSuperFile ? "folder_table.png" : "file.png") + "&nbsp;<a href='#' class='dgrid-row-url'>" + Name + "</a>";
                         }
                     }),
-                    Count: { label: "Usage", width: 72, sortable: true }
+                    FileCluster: { label: this.i18n.FileCluster, width: 300, sortable: false },
+                    Count: { label: this.i18n.Usage, width: 72, sortable: true }
                 }
             }, domID);
 

+ 1 - 0
esp/src/eclwatch/nls/hpcc.js

@@ -156,6 +156,7 @@ define({root:
     ExpandAll: "Expand All",
     Export: "Export",
     File: "File",
+    FileCluster: "File Cluster",
     FileCounts: "File Counts",
     FileName: "File Name",
     FileParts: "File Parts",