From 0a95ac5bda3872b832bca5405be849237b6c1d70 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 3 Jun 2019 16:06:44 +0200 Subject: [PATCH] Minor fixes HIPAA & NIST 800-53 --- .../static/js/controllers/agents/gdpr/agents-gdpr.html | 2 +- .../static/js/controllers/overview/nist/overviewNistCtrl.js | 3 ++- .../static/js/controllers/overview/pci/overview-pci.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SplunkAppForWazuh/appserver/static/js/controllers/agents/gdpr/agents-gdpr.html b/SplunkAppForWazuh/appserver/static/js/controllers/agents/gdpr/agents-gdpr.html index 259197736..20caa016a 100644 --- a/SplunkAppForWazuh/appserver/static/js/controllers/agents/gdpr/agents-gdpr.html +++ b/SplunkAppForWazuh/appserver/static/js/controllers/agents/gdpr/agents-gdpr.html @@ -43,7 +43,7 @@ GDPR HIPAA - NIST 800-53 diff --git a/SplunkAppForWazuh/appserver/static/js/controllers/overview/nist/overviewNistCtrl.js b/SplunkAppForWazuh/appserver/static/js/controllers/overview/nist/overviewNistCtrl.js index 4fa8baef8..1ea746e8d 100644 --- a/SplunkAppForWazuh/appserver/static/js/controllers/overview/nist/overviewNistCtrl.js +++ b/SplunkAppForWazuh/appserver/static/js/controllers/overview/nist/overviewNistCtrl.js @@ -54,6 +54,7 @@ define([ this.scope.nistTabs = nistTabs ? nistTabs : false this.scope.expandArray = [false, false, false, false, false] + this.filters = this.getFilters() this.dropdown = new Dropdown( 'dropDownInput', @@ -139,8 +140,8 @@ define([ this.filters, [ 'nistReqVizz', - 'groupsVizz', 'agentsVizz', + 'evoVizz', 'requirementsByAgentVizz', 'alertsSummaryViz' ], diff --git a/SplunkAppForWazuh/appserver/static/js/controllers/overview/pci/overview-pci.html b/SplunkAppForWazuh/appserver/static/js/controllers/overview/pci/overview-pci.html index 029d3b2c0..f9e605167 100644 --- a/SplunkAppForWazuh/appserver/static/js/controllers/overview/pci/overview-pci.html +++ b/SplunkAppForWazuh/appserver/static/js/controllers/overview/pci/overview-pci.html @@ -31,7 +31,7 @@ name="gdpr">GDPR HIPAA - NIST 800-53