Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
fc82622853
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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>";