mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
24 lines
1.3 KiB
HTML
24 lines
1.3 KiB
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 ng-if="error === 'not-present'">This section is not present on the configuration file.</p>
|
|
<p ng-if="error !== 'not-present'">There was a problem while fetching the configuration for this section.</p>
|
|
</div>
|
|
<div layout="column" class="wz-padding-top-10">
|
|
<p ng-if="error === 'not-present'">Check the links on the right sidebar to learn more about how to configure it.</p>
|
|
<span ng-if="error !== 'not-present'" class="md-subheader small wz-text-red">{{ error }}<span>
|
|
</div>
|
|
<div layout="column" class="wz-padding-top-10">
|
|
<p>Click on the <i class="fa fa-fw fa-question-circle-o" aria-hidden="true"></i> icon on the top right corner to send feedback or ask for help.</p>
|
|
</div>
|
|
</md-card-content>
|
|
</md-card>
|
|
<!-- End no configuration card -->
|
|
|
|
</div>
|