Fix Agent configuration SYSCHECK ignored files

This commit is contained in:
Pablo 2019-07-05 10:30:33 +02:00
parent 3bf997136f
commit 3949bf0c17

View File

@ -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">