mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Update wz-no-config.html
This commit is contained in:
parent
77a72df6ad
commit
5f690d0bec
@ -4,8 +4,8 @@
|
||||
<md-card class="wz-md-card">
|
||||
<md-card-content class="wz-text-center">
|
||||
<react-component name="EuiIcon" props="{type:'help'}" />
|
||||
<span ng-if="error === 'not-present' class="wz-headline-title">Configuration not available</span>
|
||||
<span ng-if="error !== 'not-present' class="wz-headline-title">Error fetching configuration</span>
|
||||
<span ng-if="error === 'not-present'" class="wz-headline-title">Configuration not available</span>
|
||||
<span ng-if="error !== 'not-present'" class="wz-headline-title">Error fetching configuration</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>
|
||||
|
Loading…
Reference in New Issue
Block a user