This commit is contained in:
malbarral 2017-07-20 12:30:58 +02:00
commit c12cff243a
4 changed files with 8 additions and 8 deletions

View File

@ -592,7 +592,7 @@ md-autocomplete input:-ms-input-placeholder {
font-weight: normal; font-weight: normal;
} }
.h1, h1 { .wazuh-h1 {
font-size: 24px !important; font-size: 24px !important;
} }
md-chips.md-default-theme .md-chips, md-chips .md-chips { md-chips.md-default-theme .md-chips, md-chips .md-chips {

View File

@ -28,7 +28,7 @@
<md-tabs md-selected="selectedIndex" md-border-bottom md-dynamic-height id="pciReq_tab"> <md-tabs md-selected="selectedIndex" md-border-bottom md-dynamic-height id="pciReq_tab">
<md-tab ng-repeat="tab in tabs" ng-disabled="tab.disabled" label="{{tab.title}}"> <md-tab ng-repeat="tab in tabs" ng-disabled="tab.disabled" label="{{tab.title}}">
<md-content style="background-color: white;" class="md-padding"> <md-content style="background-color: white;" class="md-padding">
<h1 class="md-display-2" style="line-height: 40px; margin: 0;">PCI DSS Requirement: {{tab.title}}</h1> <h1 class="md-display-2 wazuh-h1" style="line-height: 40px; margin: 0;">PCI DSS Requirement: {{tab.title}}</h1>
<div ng-bind-html="tab.content"></div> <div ng-bind-html="tab.content"></div>
</md-content> </md-content>
</md-tab> </md-tab>

View File

@ -28,7 +28,7 @@
<md-tabs md-selected="selectedIndex" md-border-bottom md-dynamic-height id="pciReq_tab"> <md-tabs md-selected="selectedIndex" md-border-bottom md-dynamic-height id="pciReq_tab">
<md-tab ng-repeat="tab in tabs" ng-disabled="tab.disabled" label="{{tab.title}}"> <md-tab ng-repeat="tab in tabs" ng-disabled="tab.disabled" label="{{tab.title}}">
<md-content style="background-color: white;" class="md-padding"> <md-content style="background-color: white;" class="md-padding">
<h1 class="md-display-2" style="line-height: 40px; margin: 0;">PCI DSS Requirement: {{tab.title}}</h1> <h1 class="md-display-2 wazuh-h1" style="line-height: 40px; margin: 0;">PCI DSS Requirement: {{tab.title}}</h1>
<div ng-bind-html="tab.content"></div> <div ng-bind-html="tab.content"></div>
</md-content> </md-content>
</md-tab> </md-tab>

View File

@ -26,7 +26,7 @@
<md-card layout-padding layout-align="start stretch" ng-if="submenuNavItem == 'api' && apiEntries.length == 0"> <md-card layout-padding layout-align="start stretch" ng-if="submenuNavItem == 'api' && apiEntries.length == 0">
<h1>Welcome to the Wazuh App for Kibana 5</h1> <h1 class="wazuh-h1">Welcome to the Wazuh App for Kibana 5</h1>
<div> <div>
<p>The Wazuh App brings together a new and useful web interface for managing and monitoring your Wazuh infrastructure. You can check agent status, alert evolution, most recent events, popular alerts, top alert groups, etc. You can also display configuration and logs of the manager.</p> <p>The Wazuh App brings together a new and useful web interface for managing and monitoring your Wazuh infrastructure. You can check agent status, alert evolution, most recent events, popular alerts, top alert groups, etc. You can also display configuration and logs of the manager.</p>
<p>In addition, make use of any or all of these extensions:</p> <p>In addition, make use of any or all of these extensions:</p>
@ -45,7 +45,7 @@
<md-card layout-padding layout-align="start stretch" ng-if="submenuNavItem == 'api'"> <md-card layout-padding layout-align="start stretch" ng-if="submenuNavItem == 'api'">
<h1><i class="fa fa-cog ng-scope" aria-hidden="true" style="font-size: 25px;"></i> Wazuh App: API configuration</h1> <h1 class="wazuh-h1"><i class="fa fa-cog ng-scope" aria-hidden="true" style="font-size: 25px;"></i> Wazuh App: API configuration</h1>
<span layout="row" layout-align="start start"> <span layout="row" layout-align="start start">
<p flex="20" style="font-weight: bold;">Manager</p> <p flex="20" style="font-weight: bold;">Manager</p>
@ -106,7 +106,7 @@
<md-card flex layout-padding layout-align="start stretch" ng-if="submenuNavItem == 'extensions'"> <md-card flex layout-padding layout-align="start stretch" ng-if="submenuNavItem == 'extensions'">
<h1><i class="fa fa-cog ng-scope" aria-hidden="true" style="font-size: 25px;"></i> Wazuh App: Extensions</h1> <h1 class="wazuh-h1"><i class="fa fa-cog ng-scope" aria-hidden="true" style="font-size: 25px;"></i> Wazuh App: Extensions</h1>
<p flex>Enable or disable extensions according to your needs. The extension includes: Panels, discover and dashboards, for agents / overview.</p> <p flex>Enable or disable extensions according to your needs. The extension includes: Panels, discover and dashboards, for agents / overview.</p>
@ -154,7 +154,7 @@
<md-card layout-align="start stretch"> <md-card layout-align="start stretch">
<md-card-content> <md-card-content>
<h1>About</h1> <h1 class="wazuh-h1">About</h1>
<div> <div>
<p>The Wazuh App brings together a new and useful web interface for managing and monitoring your Wazuh infrastructure. You can check agent status, alert evolution, most recent events, popular alerts, top alert groups, etc. You can also display configuration and logs of the manager.</p> <p>The Wazuh App brings together a new and useful web interface for managing and monitoring your Wazuh infrastructure. You can check agent status, alert evolution, most recent events, popular alerts, top alert groups, etc. You can also display configuration and logs of the manager.</p>
<p>In addition, make use of any or all of these extensions:</p> <p>In addition, make use of any or all of these extensions:</p>
@ -172,7 +172,7 @@
<md-card layout-align="start stretch"> <md-card layout-align="start stretch">
<md-card-content style="width: 500px;"> <md-card-content style="width: 500px;">
<h1>Version</h1> <h1 class="wazuh-h1">Version</h1>
<span layout="row" layout-align="space-between center"> <span layout="row" layout-align="space-between center">
<p>App version</p> <p>App version</p>
<p>{{appInfo["app-version"]}}</p> <p>{{appInfo["app-version"]}}</p>