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/60cef7c7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/60cef7c7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/60cef7c7 Branch: refs/heads/ignite-7016 Commit: 60cef7c75204dee9e9bba91661d66671f7b82403 Parents: 3ccf57a Author: alexdel <[email protected]> Authored: Tue Nov 28 17:00:42 2017 +0700 Committer: Alexey Goncharuk <[email protected]> Committed: Wed Nov 29 13:28:33 2017 +0300 ---------------------------------------------------------------------- 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/60cef7c7/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
