wazuh-kibana-app/public/templates/agents-preview.html
2016-09-08 12:57:07 +00:00

12 lines
433 B
HTML

<md-content ng-if="!_agent" class="md-padding">
<div flex ng-controller="agentsPreviewController" layout="column">
<md-progress-linear class="md-accent" md-mode="indeterminate" ng-show="load"></md-progress-linear>
<md-virtual-repeat-container style="min-height: 700px;" ng-if="!load">
<kbn-dis></kbn-dis>
ESTO ES UNA MARCA
</md-virtual-repeat-container>
</div>
</md-content>