wazuh-kibana-app/public/directives/wz-no-config/wz-no-config.html

19 lines
773 B
HTML

<div layout="column">
<!-- No configuration card -->
<md-card class="wz-md-card">
<md-card-content class="wz-text-center">
<i class="fa fa-fw fa-info-circle" aria-hidden="true"></i> <span class="wz-headline-title">Configuration not available</span>
<md-divider class="wz-margin-top-10"></md-divider>
<div layout="column" class="wz-padding-top-10">
<p>This section is not present on the Wazuh configuration file.</p>
</div>
<div layout="column" class="wz-padding-top-10">
<p>Check the links on the right sidebar to learn more about how to configure it.</p>
</div>
</md-card-content>
</md-card>
<!-- End no configuration card -->
</div>