mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
Merge branch '2.0' of https://github.com/wazuh/wazuh-kibana-app-dev into 2.0
This commit is contained in:
commit
d5127dc6f8
@ -588,7 +588,7 @@ md-autocomplete input:-ms-input-placeholder {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.h1, h1 {
|
||||
.wazuh-h1 {
|
||||
font-size: 24px !important;
|
||||
}
|
||||
md-chips.md-default-theme .md-chips, md-chips .md-chips {
|
||||
|
@ -28,7 +28,7 @@
|
||||
<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-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>
|
||||
</md-content>
|
||||
</md-tab>
|
||||
|
@ -28,7 +28,7 @@
|
||||
<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-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>
|
||||
</md-content>
|
||||
</md-tab>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
<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>
|
||||
<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>
|
||||
@ -45,7 +45,7 @@
|
||||
|
||||
<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">
|
||||
<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'">
|
||||
|
||||
<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>
|
||||
|
||||
@ -154,7 +154,7 @@
|
||||
|
||||
<md-card layout-align="start stretch">
|
||||
<md-card-content>
|
||||
<h1>About</h1>
|
||||
<h1 class="wazuh-h1">About</h1>
|
||||
<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>In addition, make use of any or all of these extensions:</p>
|
||||
@ -172,7 +172,7 @@
|
||||
|
||||
<md-card layout-align="start stretch">
|
||||
<md-card-content style="width: 500px;">
|
||||
<h1>Version</h1>
|
||||
<h1 class="wazuh-h1">Version</h1>
|
||||
<span layout="row" layout-align="space-between center">
|
||||
<p>App version</p>
|
||||
<p>{{appInfo["app-version"]}}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user