Pārlūkot izejas kodu

HPCC-14013 Add file cluster input belongs to

Give the user the file cluster the input belongs to.

Signed-off by: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Miguel Vazquez 9 gadi atpakaļ
vecāks
revīzija
989f86a82a

+ 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

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