mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
30 lines
1.3 KiB
HTML
30 lines
1.3 KiB
HTML
<div layout="column" layout-align="start stretch" ng-controller="reportingController as ctrl" ng-if="mctrl.tab === 'reporting'">
|
|
|
|
<div ng-if="ctrl.loading" class="md-padding wz-margin-top-16">
|
|
<react-component name="EuiProgress" props="{size: 'xs', color: 'primary'}" />
|
|
</div>
|
|
|
|
<div layout="row" layout-padding ng-if="!ctrl.loading && ctrl.reportingTableProps">
|
|
<react-component name="ReportingTable" props="ctrl.reportingTableProps" />
|
|
</div>
|
|
|
|
<!--
|
|
<div layout="row" class="wz-margin-top-16" layout-align="start start"
|
|
ng-show="!ctrl.loading && (!ctrl.pagedItems || !ctrl.pagedItems.length)">
|
|
<md-card flex class="wz-md-card" flex>
|
|
<md-card-content class="wz-text-center">
|
|
<i class="fa fa-fw fa-info-circle" aria-hidden="true"></i> <span class="wz-headline-title">No reports
|
|
available</span>
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
|
<div layout="column" class="wz-padding-top-10">
|
|
<p>There are no reports yet. Go to the Overview or Agents tabs and click on the <i
|
|
class="fa fa-fw fa-print" aria-hidden="true"></i> icon to create one.</p>
|
|
</div>
|
|
</md-card-content>
|
|
</md-card>
|
|
</div>
|
|
-->
|
|
|
|
|
|
|
|
</div> |