Minor ui fixes.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3580ea8b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3580ea8b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3580ea8b Branch: refs/heads/ignite-3262 Commit: 3580ea8b9acab62f043a131704c0eaf78f5aa525 Parents: 8db080b Author: Andrey Novikov <[email protected]> Authored: Wed Jun 29 14:30:20 2016 +0700 Committer: Andrey Novikov <[email protected]> Committed: Wed Jun 29 14:30:20 2016 +0700 ---------------------------------------------------------------------- modules/web-console/src/main/js/controllers/sql-controller.js | 3 ++- modules/web-console/src/main/js/public/stylesheets/style.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3580ea8b/modules/web-console/src/main/js/controllers/sql-controller.js ---------------------------------------------------------------------- diff --git a/modules/web-console/src/main/js/controllers/sql-controller.js b/modules/web-console/src/main/js/controllers/sql-controller.js index a8058ff..800ea13 100644 --- a/modules/web-console/src/main/js/controllers/sql-controller.js +++ b/modules/web-console/src/main/js/controllers/sql-controller.js @@ -690,7 +690,8 @@ consoleModule.controller('sqlController', [ displayName: col.fieldName, headerTooltip: _fullColName(col), field: col.field, - minWidth: 50 + minWidth: 50, + cellClass: 'cell-left' }; }); http://git-wip-us.apache.org/repos/asf/ignite/blob/3580ea8b/modules/web-console/src/main/js/public/stylesheets/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/src/main/js/public/stylesheets/style.scss b/modules/web-console/src/main/js/public/stylesheets/style.scss index 2c047ac..e34bc7f 100644 --- a/modules/web-console/src/main/js/public/stylesheets/style.scss +++ b/modules/web-console/src/main/js/public/stylesheets/style.scss @@ -1927,6 +1927,7 @@ treecontrol.tree-classic { .ui-grid-cell .ui-grid-cell-contents { text-align: center; + white-space: pre; > i.fa { cursor: default;
