Skip to content

Commit

Permalink
Removed redundant header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed May 16, 2019
1 parent cc4828f commit 0197b8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions public/templates/settings/settings-about.html
@@ -1,15 +1,7 @@
<div layout="column" layout-align="start stretch" ng-if="ctrl.tab === 'about' && !ctrl.load">

<!-- Headline -->
<div layout="column" layout-padding>
<span class="font-size-18">
<react-component name="EuiIcon" props="{type:'iInCircle'}" /> Wazuh Kibana plugin description
</span>
</div>
<!-- End headline -->

<!-- App information section -->
<div layout="row" layout-align="start center" ng-if="!ctrl.load">
<div layout="row" layout-align="start center" ng-if="!ctrl.load" class="wz-margin-top-10">
<md-card flex class="wz-metric-color wz-md-card">
<md-card-content layout="row" class="wz-padding-metric">
<div class="wz-text-truncatable" flex>App version: <span
Expand Down

0 comments on commit 0197b8b

Please sign in to comment.