IGNITE-4454. Web Console: Minor UI changes.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2261b32d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2261b32d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2261b32d Branch: refs/heads/ignite-7016 Commit: 2261b32dc7ba0e0e95fe2ea8634839a04782d21f Parents: e4458d4 Author: alexdel <[email protected]> Authored: Tue Nov 28 17:00:42 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Nov 28 17:00:42 2017 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/views/sql/sql.tpl.pug | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2261b32d/modules/web-console/frontend/views/sql/sql.tpl.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/views/sql/sql.tpl.pug b/modules/web-console/frontend/views/sql/sql.tpl.pug index 7714235..98b4d68 100644 --- a/modules/web-console/frontend/views/sql/sql.tpl.pug +++ b/modules/web-console/frontend/views/sql/sql.tpl.pug @@ -32,7 +32,7 @@ mixin result-toolbar mixin chart-settings .total.row - .col-xs-5 + .col-xs-7 .chart-settings-link(ng-show='paragraph.chart && paragraph.chartColumns.length > 0') a(title='Click to show chart settings dialog' ng-click='$event.stopPropagation()' bs-popover data-template-url='{{ $ctrl.chartSettingsTemplateUrl }}' data-placement='bottom' data-auto-close='1' data-trigger='click') i.fa.fa-bars @@ -143,7 +143,7 @@ mixin query-actions mixin table-result-heading-query .total.row - .col-xs-5 + .col-xs-7 grid-column-selector(grid-api='paragraph.gridOptions.api') .fa.fa-bars.icon label Page: #[b {{paragraph.page}}] @@ -153,7 +153,7 @@ mixin table-result-heading-query .col-xs-2 div(ng-if='paragraph.qryType === "query"') +result-toolbar - .col-xs-5 + .col-xs-3 .pull-right .btn-group.panel-tip-container button.btn.btn-primary.btn--with-icon( @@ -188,7 +188,7 @@ mixin table-result-heading-query mixin table-result-heading-scan .total.row - .col-xs-5 + .col-xs-7 grid-column-selector(grid-api='paragraph.gridOptions.api') .fa.fa-bars.icon label Page: #[b {{paragraph.page}}] @@ -198,7 +198,7 @@ mixin table-result-heading-scan .col-xs-2 div(ng-if='paragraph.qryType === "query"') +result-toolbar - .col-xs-5 + .col-xs-3 .pull-right .btn-group.panel-tip-container // TODO: replace this logic for exporting under one component
