wazuh-kibana-app/public/directives/wz-table-eui/wz-table.html
2019-06-27 17:00:33 +02:00

11 lines
413 B
HTML

<div class="md-padding md-padding-top-16" ng-show="wazuh_table_loading">
<react-component name="EuiProgress" props="{size: 'xs', color: 'primary'}" />
</div>
<div layout="row" ng-if="!error">
<react-component name="BasicTable" props="basicTableProps" />
</div>
<div layout="row" ng-if="error">
<react-component flex name="EuiCallOut" props="{color:'warning',iconType:'help', title: error}" />
</div>