Update wz-no-config.html

This commit is contained in:
Juanca Rodríguez 2019-11-12 16:52:22 +01:00 committed by GitHub
parent 77a72df6ad
commit 5f690d0bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>