mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
11 lines
413 B
HTML
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> |