Skip to content

Commit

Permalink
Fix preposition in health-check and blank
Browse files Browse the repository at this point in the history
  • Loading branch information
juankaromo authored and Jesús Ángel committed May 16, 2019
1 parent dce0595 commit fe11fb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions public/templates/error-handler/blank-screen.html
@@ -1,26 +1,26 @@
<div flex="auto" layout="column" ng-controller="blankScreenController as ctrl" layout-align="center center">
<div class="wz-text-center">
<img class="loading-logo-fail" aria-hidden="true" kbn-src="/plugins/wazuh/img/icon_fail.svg"/>
<img class="loading-logo-fail" aria-hidden="true" kbn-src="/plugins/wazuh/img/icon_fail.svg" />
</div>

<div class="checks-fail">
<md-divider></md-divider>
<md-divider></md-divider>
<div layout="row" class="wz-line-height layout-align-center-center">
<pre class="json-beautifier"><code>{{ctrl.errorToShow || 'Something went wrong'}}</code></pre>
</div>
<md-divider></md-divider>
<div layout="row" class="wz-padding-top-10 wz-line-height layout-align-center-center">
<p><a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html">https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html</a>
<br>
<a href="https://documentation.wazuh.com/current/installation-guide/">https://documentation.wazuh.com/current/installation-guide/</a></p>
<br>
<a href="https://documentation.wazuh.com/current/installation-guide/">https://documentation.wazuh.com/current/installation-guide/</a></p>
</div>
<md-divider class="wz-margin-top-10"></md-divider>
<div layout="row" class="wz-padding-top-10 wz-line-height layout-align-center-center">
<p>Let me out of here!<br>
<md-button class="wz-button md-raised md-primary" ng-click="ctrl.goOverview()" aria-label="Go overview">
<i class="fa fa-fw fa-sign-out"></i> Go app
</md-button>
<md-button class="wz-button md-raised md-primary" ng-click="ctrl.goOverview()" aria-label="Go to overview">
<i class="fa fa-fw fa-sign-out"></i> Go to overview
</md-button>
</p>
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions public/templates/health-check/health-check.html
Expand Up @@ -31,8 +31,8 @@
</ul>
</div>
<div ng-if="ctrl.errors.length" layout="row" class="layout-align-center margin-top-30">
<md-button class="wz-button md-raised md-primary" ng-click="ctrl.goApp()" aria-label="Go app">
<i class="fa fa-fw fa-sign-out"></i> Open the app
<md-button class="wz-button md-raised md-primary" ng-click="ctrl.goApp()" aria-label="Go to app">
<i class="fa fa-fw fa-sign-out"></i> Go to app
</md-button>
</div>

Expand Down

0 comments on commit fe11fb6

Please sign in to comment.