Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
43cfc818
Commit
43cfc818
authored
Mar 30, 2017
by
LE GAC Renaud
Browse files
Update BaseReport to add the meta data domain in the title.
parent
8f7ce117
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/plugin_event/report_tools.py
modules/plugin_event/report_tools.py
+3
-0
No files found.
modules/plugin_event/report_tools.py
View file @
43cfc818
...
...
@@ -140,6 +140,9 @@ class BaseReport(object):
# add meta data
metadata
=
[]
if
selector
.
id_domains
:
metadata
.
append
(
db
.
domains
[
selector
.
id_domains
].
domain
)
if
selector
.
id_teams
:
metadata
.
append
(
db
.
teams
[
selector
.
id_teams
].
team
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment