mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix Agent configuration SYSCHECK ignored files
This commit is contained in:
parent
10f3010ac8
commit
91c7105de1
@ -25,7 +25,7 @@
|
||||
<!-- Configuration block -->
|
||||
<div 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;" ng-if="currentConfig['syscheck-syscheck'].syscheck.ignore">
|
||||
<thead class="wz-text-bold">
|
||||
<th class="wz-text-left">Path</th>
|
||||
</thead>
|
||||
@ -43,7 +43,7 @@
|
||||
<!-- Configuration block -->
|
||||
<div 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;" ng-if="currentConfig['syscheck-syscheck'].syscheck.ignore_sregex">
|
||||
<thead class="wz-text-bold">
|
||||
<th class="wz-text-left">Sregex</th>
|
||||
</thead>
|
||||
@ -86,7 +86,7 @@
|
||||
<!-- Configuration block -->
|
||||
<div 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;" ng-if="currentConfig['syscheck-syscheck'].syscheck.registry_ignore">
|
||||
<thead class="wz-text-bold">
|
||||
<th class="wz-text-left">Entry</th>
|
||||
<th class="wz-text-left">Arch</th>
|
||||
@ -106,7 +106,7 @@
|
||||
|
||||
<table class="table table-striped table-condensed" style="table-layout: fixed !important;">
|
||||
<thead class="wz-text-bold">
|
||||
<th class="wz-text-left">Entry</th>
|
||||
<th class="wz-text-left">Entry Sregex</th>
|
||||
<th class="wz-text-left">Arch</th>
|
||||
</thead>
|
||||
<tbody class="wz-word-wrap">
|
||||
@ -120,14 +120,14 @@
|
||||
</div>
|
||||
|
||||
<!-- Configuration block -->
|
||||
<div class="wz-padding-top-10" ng-if="currentConfig['syscheck-syscheck'].syscheck.registry_ignore_sregex">
|
||||
<div class="wz-padding-top-10" ng-if="currentConfig['syscheck-syscheck'].syscheck.ignore">
|
||||
|
||||
<table class="table table-striped table-condensed" style="table-layout: fixed !important;">
|
||||
<thead class="wz-text-bold">
|
||||
<th class="wz-text-left">Path</th>
|
||||
</thead>
|
||||
<tbody class="wz-word-wrap">
|
||||
<tr ng-repeat="registry in currentConfig['syscheck-syscheck'].syscheck.registry_ignore_sregex">
|
||||
<tr ng-repeat="registry in currentConfig['syscheck-syscheck'].syscheck.ignore">
|
||||
<td>{{registry}}
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -136,7 +136,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Configuration block -->
|
||||
<div class="wz-padding-top-10" ng-if="currentConfig['syscheck-syscheck'].syscheck.ignore">
|
||||
<div class="wz-padding-top-10" ng-if="currentConfig['syscheck-syscheck'].syscheck.ignore_sregex">
|
||||
|
||||
<table class="table table-striped table-condensed" style="table-layout: fixed !important;">
|
||||
<thead class="wz-text-bold">
|
||||
|
Loading…
Reference in New Issue
Block a user