mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -59,8 +59,8 @@ class ObjToConfAdapter(Adapter):
|
||||
workbench_panels.append(investigation)
|
||||
investigation.search = investigation.search.replace(">",">")
|
||||
investigation.search = investigation.search.replace("<","<")
|
||||
ConfWriter.writeConfFileHeader(os.path.join(output_path,
|
||||
'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml)))
|
||||
# ConfWriter.writeConfFileHeader(os.path.join(output_path,
|
||||
# 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml)))
|
||||
ConfWriter.writeConfFile('panel.j2',
|
||||
os.path.join(output_path,
|
||||
'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml)),
|
||||
|
||||
Reference in New Issue
Block a user