IGNITE-4010 Web Console: Fixed table columns width.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/684e0fd0
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/684e0fd0
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/684e0fd0

Branch: refs/heads/ignite-gg-13195-cache-groups
Commit: 684e0fd09543740875e5d99a29ae4ee3df01f165
Parents: 9456c52
Author: Vasiliy Sisko <[email protected]>
Authored: Fri Jul 27 19:14:34 2018 +0700
Committer: Alexey Kuznetsov <[email protected]>
Committed: Fri Jul 27 19:14:34 2018 +0700

----------------------------------------------------------------------
 .../page-queries/components/queries-notebooks-list/controller.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/684e0fd0/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/controller.js
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/controller.js
 
b/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/controller.js
index 776fb08..2e5ac39 100644
--- 
a/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/controller.js
+++ 
b/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/controller.js
@@ -39,8 +39,8 @@ export class NotebooksListCtrl {
 
         const columnDefs = [
             { name: 'name', displayName: 'Notebook name', categoryDisplayName: 
'Name', field: 'name', cellTemplate: notebookNameTemplate, pinnedLeft: true, 
filter: { placeholder: 'Filter by Name...' } },
-            { name: 'sqlQueryNum', displayName: 'SQL Queries', 
categoryDisplayName: 'SQL Queries', field: 'sqlQueriesParagraphsLength', 
cellTemplate: sqlQueryTemplate, enableSorting: true, type: 'number', minWidth: 
150, width: 150, enableFiltering: false },
-            { name: 'scanQueryNum', displayName: 'Scan Queries', 
categoryDisplayName: 'Scan Queries', field: 'scanQueriesParagraphsLength', 
cellTemplate: scanQueryTemplate, enableSorting: true, type: 'number', minWidth: 
150, width: 150, enableFiltering: false }
+            { name: 'sqlQueryNum', displayName: 'SQL Queries', 
categoryDisplayName: 'SQL Queries', field: 'sqlQueriesParagraphsLength', 
cellTemplate: sqlQueryTemplate, enableSorting: true, type: 'number', minWidth: 
150, width: '10%', enableFiltering: false },
+            { name: 'scanQueryNum', displayName: 'Scan Queries', 
categoryDisplayName: 'Scan Queries', field: 'scanQueriesParagraphsLength', 
cellTemplate: scanQueryTemplate, enableSorting: true, type: 'number', minWidth: 
150, width: '10%', enableFiltering: false }
         ];
 
         this.gridOptions = {

Reply via email to