Browse Source

Merge pull request #8187 from miguelvazq/TestingQueryIDColumnWidth

HPCC-13013 Expand Query ID column

Reviewed-By: Gordon Smith gordon.smith@lexisnexis.com
Reviewed-By: Richard Chapman rchapman@hpccsystems.com
Richard Chapman 9 years ago
parent
commit
fc82622853
1 changed files with 3 additions and 3 deletions
  1. 3 3
      esp/src/eclwatch/QuerySetQueryWidget.js

+ 3 - 3
esp/src/eclwatch/QuerySetQueryWidget.js

@@ -344,13 +344,13 @@ define([
                     },
                     Id: {
                         label: this.i18n.ID,
+                        width:380,
                         formatter: function (Id, idx) {
                             return "<a href='#' class='dgrid-row-url'>" + Id + "</a>";
                         }
                     },
                     Name: {
-                        width: 180,
-                        label: this.i18n.Name
+                        label: this.i18n.Name,
                     },
                     QuerySetId:{
                         width: 140,
@@ -358,7 +358,7 @@ define([
                         sortable: true
                     },
                     Wuid: {
-                        width: 180,
+                        width: 160,
                         label: this.i18n.WUID,
                         formatter: function (Wuid, idx) {
                             return "<a href='#' class='dgrid-row-url2'>" + Wuid + "</a>";