mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Removed useless information from the dev tool output
This commit is contained in:
parent
b34b397128
commit
37b912ed68
@ -243,9 +243,6 @@ app.controller('devToolsController', function($scope, $rootScope, errorHandler,
|
||||
const output = await apiReq.request(method, path, validJSON && !req.includes('?') ? JSONraw : params)
|
||||
|
||||
apiOutputBox.setValue(
|
||||
desiredGroup.requestText + '\n' +
|
||||
(validJSON ? JSON.stringify(JSONraw,null,2) + '\n' : '\n') +
|
||||
'\n' +
|
||||
JSON.stringify(output.data.data,null,2)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user