Fix timeseries table layout (#2569)
This commit is contained in:
parent
f63864f06e
commit
fef74373e0
@ -31,10 +31,6 @@ tb-timeseries-table-widget {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
md-table-container {
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
@ -38,10 +38,11 @@
|
||||
</div>
|
||||
</md-toolbar>
|
||||
|
||||
<md-tabs flex md-selected="vm.sourceIndex" ng-class="{'tb-headless': vm.sources.length === 1}"
|
||||
<md-tabs md-selected="vm.sourceIndex" ng-class="{'tb-headless': vm.sources.length === 1}"
|
||||
id="tabs" md-border-bottom flex>
|
||||
<md-tab ng-repeat="source in vm.sources" label="{{ source.datasource.name }}">
|
||||
<md-table-container class="flex">
|
||||
<div class="tb-absolute-fill" layout="column">
|
||||
<md-table-container flex>
|
||||
<table md-table>
|
||||
<thead fix-head md-head md-order="source.query.order" md-on-reorder="vm.onReorder(source)">
|
||||
<tr md-row>
|
||||
@ -88,6 +89,7 @@
|
||||
layout-align="center center"
|
||||
class="no-data-found" translate>widget.no-data-found</span>
|
||||
</md-table-container>
|
||||
</div>
|
||||
</md-tab>
|
||||
</md-tabs>
|
||||
<md-table-pagination ng-if="vm.displayPagination"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user