kibana-with-account
Version:
kibana-with-account is develop based kibana project
15 lines (13 loc) • 476 B
HTML
<div ng-controller="KbnTableVisController" class="table-vis">
<div ng-if="!hasSomeRows && hasSomeRows !== null" class="table-vis-error">
<h2 aria-hidden="true"><i aria-hidden="true" class="fa fa-meh-o"></i></h2>
<h4>No results found</h4>
</div>
<div ng-if="tableGroups" class="table-vis-container">
<kbn-agg-table-group
group="tableGroups"
export-title="vis.title"
per-page="vis.params.perPage">
</kbn-agg-table-group>
</div>
</div>