Fix centering for "Show Totals" grid tool
This commit is contained in:
parent
f2f023e7b3
commit
855fa7e1e2
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
## grid totals
|
## grid totals
|
||||||
% if master.supports_grid_totals:
|
% if master.supports_grid_totals:
|
||||||
|
<div style="display: flex; align-items: center;">
|
||||||
<b-button v-if="gridTotalsDisplay == null"
|
<b-button v-if="gridTotalsDisplay == null"
|
||||||
:disabled="gridTotalsFetching"
|
:disabled="gridTotalsFetching"
|
||||||
@click="gridTotalsFetch()">
|
@click="gridTotalsFetch()">
|
||||||
|
@ -39,6 +40,7 @@
|
||||||
class="control">
|
class="control">
|
||||||
Totals: {{ gridTotalsDisplay }}
|
Totals: {{ gridTotalsDisplay }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
## download search results
|
## download search results
|
||||||
|
|
Loading…
Reference in a new issue