mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
Replaced hardcoded object by proper function
This commit is contained in:
parent
d1030a5080
commit
0fff5ff64e
@ -175,7 +175,7 @@ let app = require('ui/modules').get('app/wazuh', []).controller('settingsControl
|
||||
cluster_info: {},
|
||||
insecure: 'true',
|
||||
id: (Array.isArray($scope.apiEntries)) ? $scope.apiEntries.length : 0,
|
||||
extensions: { oscap: true, audit: true, pci: true }
|
||||
extensions: appState.getExtensions()
|
||||
};
|
||||
|
||||
testAPI.check(tmpData)
|
||||
|
Loading…
Reference in New Issue
Block a user