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
193c623d
Commit
193c623d
authored
Mar 15, 2017
by
LE GAC Renaud
Browse files
Rename the class List2 as List.
parent
4a8d5229
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
controllers/plugin_event.py
controllers/plugin_event.py
+2
-2
modules/plugin_event/__init__.py
modules/plugin_event/__init__.py
+1
-1
modules/plugin_event/report_tools.py
modules/plugin_event/report_tools.py
+1
-1
No files found.
controllers/plugin_event.py
View file @
193c623d
...
...
@@ -6,7 +6,7 @@ import urllib
from
plugin_dbui
import
INLINE_ALERT
from
plugin_event
import
Graph2
,
List
2
,
Metric2D2
,
ReportException
from
plugin_event
import
Graph2
,
List
,
Metric2D2
,
ReportException
def
grid
():
...
...
@@ -21,7 +21,7 @@ def grid():
"""
try
:
report
=
List
2
(
request
.
vars
.
id_list
)
report
=
List
(
request
.
vars
.
id_list
)
store
=
report
.
get_store_configuration
()
grid
=
report
.
get_grid_configuration
()
title
=
report
.
get_title
()
...
...
modules/plugin_event/__init__.py
View file @
193c623d
...
...
@@ -47,7 +47,7 @@ from report_objects import (do_title,
Metric2D
)
from
report_tools
import
(
Graph2
,
List
2
,
List
,
Metric2D2
)
from
selector
import
(
EvtSelector
,
...
...
modules/plugin_event/report_tools.py
View file @
193c623d
...
...
@@ -348,7 +348,7 @@ class Graph2(object):
return
self
.
_savefig
(
"svg"
)
class
List
2
(
BaseReport
):
class
List
(
BaseReport
):
"""Generate the list and related configurations for ``Ext.grid.Panel``
and ``Ext.data.Store``.
...
...
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