Modified implicit filter with new version for VULS

This commit is contained in:
Juanjo Jiménez 2018-01-30 11:05:54 +01:00
parent 18f0ede616
commit 46b9bda168
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function ($scope, $location, $q, $rootScope, appState, genericReq, apiReq, Agent
general : 7,
fim : 8,
pm : 4,
vuls : 100,
oscap : 13,
audit : 15,
pci : 3,
@ -49,6 +50,7 @@ function ($scope, $location, $q, $rootScope, appState, genericReq, apiReq, Agent
general : { group: '' },
fim : { group: 'syscheck' },
pm : { group: 'rootcheck' },
vuls : { group: 'vulnerability-detector' },
oscap : { group: 'oscap' },
audit : { group: 'audit' },
pci : { group: 'pci_dss' },

View File

@ -32,6 +32,7 @@ app.controller('overviewController', function ($scope, $location, $rootScope, ap
general : 15,
fim : 17,
pm : 5,
vuls : 100,
oscap : 14,
audit : 16,
pci : 6,
@ -44,6 +45,7 @@ app.controller('overviewController', function ($scope, $location, $rootScope, ap
general : { group: '' },
fim : { group: 'syscheck' },
pm : { group: 'rootcheck' },
vuls : { group: 'vulnerability-detector' },
oscap : { group: 'oscap' },
audit : { group: 'audit' },
pci : { group: 'pci_dss' },