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
ee439007
Commit
ee439007
authored
Mar 12, 2017
by
LE GAC Renaud
Browse files
Update ui_report.py to used the widgets Graph and Summary.
parent
ea2648a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
modules/plugin_event/ui_report.py
modules/plugin_event/ui_report.py
+11
-3
No files found.
modules/plugin_event/ui_report.py
View file @
ee439007
...
...
@@ -457,7 +457,10 @@ class ReportUi(object):
height
=
120
,
hideLabel
=
False
)
mdf
.
configure_field
(
"graph"
,
hideLabel
=
True
)
mdf
.
configure_field
(
"graph"
,
hideLabel
=
True
,
xtype
=
"xgraphfield"
)
mdf
.
configure_field
(
"id_events"
,
emptyText
=
" "
)
mdf
.
configure_field
(
"query"
,
...
...
@@ -467,8 +470,13 @@ class ReportUi(object):
height
=
120
,
hideLabel
=
False
)
mdf
.
configure_field
(
"summary_x"
,
labelAlign
=
"top"
)
mdf
.
configure_field
(
"summary_y"
,
labelAlign
=
"top"
)
mdf
.
configure_field
(
"summary_x"
,
labelAlign
=
"top"
,
xtype
=
"xsummaryfield"
)
mdf
.
configure_field
(
"summary_y"
,
labelAlign
=
"top"
,
xtype
=
"xsummaryfield"
)
# ....................................................................
#
...
...
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