mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Fixed minor details
This commit is contained in:
parent
0aff660f3d
commit
af72994b3a
@ -106,14 +106,14 @@
|
|||||||
</md-not-found>
|
</md-not-found>
|
||||||
</md-autocomplete>
|
</md-autocomplete>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<!-- End agent autocomplete selector section -->
|
||||||
|
|
||||||
<!-- Help button -->
|
<!-- Help button -->
|
||||||
<md-button md-no-ink class="md-icon-button small" tooltip="About and help" tooltip-placement="left" ng-href="#/settings/about" aria-label="Link to open app about section">
|
<md-button md-no-ink class="md-icon-button small" tooltip="About and help" tooltip-placement="left" ng-href="#/settings/about" aria-label="Link to open app about section">
|
||||||
<i class="fa fa-fw fa-question-circle-o" aria-hidden="true"></i>
|
<i class="fa fa-fw fa-question-circle-o" aria-hidden="true"></i>
|
||||||
</md-button>
|
</md-button>
|
||||||
<!-- End help button -->
|
<!-- End help button -->
|
||||||
</div>
|
|
||||||
<!-- End agent autocomplete selector section -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- End navigation section -->
|
<!-- End navigation section -->
|
||||||
|
|
||||||
|
@ -81,16 +81,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- End configuration block -->
|
<!-- End configuration block -->
|
||||||
|
|
||||||
<div class="wz-margin-top-10" ng-if="currentConfig.osquery.packs && isArray(currentConfig.osquery.packs)">
|
<div ng-if="currentConfig.osquery.packs && isArray(currentConfig.osquery.packs) && currentConfig.osquery.packs.length" class="wz-margin-top-10">
|
||||||
<span class="font-size-16">Osquery packs</span>
|
<span class="font-size-16">Osquery packs</span>
|
||||||
<div class="wz-margin-top-10">
|
<div class="wz-margin-top-10">
|
||||||
<span class="md-subheader small">A pack contains multiple, related queries to quickly get information</span>
|
<span class="md-subheader small">A pack contains multiple, related queries to quickly get information</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<md-divider class="wz-margin-top-10"></md-divider>
|
<md-divider ng-if="currentConfig.osquery.packs && isArray(currentConfig.osquery.packs) && currentConfig.osquery.packs.length" class="wz-margin-top-10"></md-divider>
|
||||||
|
|
||||||
<!-- Configuration block -->
|
<!-- Configuration block -->
|
||||||
<div class="wz-padding-top-10" ng-if="currentConfig.osquery.packs && isArray(currentConfig.osquery.packs)">
|
<div ng-if="currentConfig.osquery.packs && isArray(currentConfig.osquery.packs) && currentConfig.osquery.packs.length" class="wz-padding-top-10">
|
||||||
|
|
||||||
<table class="table table-striped table-condensed" style="table-layout: fixed !important;">
|
<table class="table table-striped table-condensed" style="table-layout: fixed !important;">
|
||||||
<thead class="wz-text-bold">
|
<thead class="wz-text-bold">
|
||||||
|
Loading…
Reference in New Issue
Block a user