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
bfe149df
Commit
bfe149df
authored
Apr 03, 2017
by
LE GAC Renaud
Browse files
Update ui_viewport to change the order of nodes.
parent
eaf6947b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/plugin_event/ui_viewport.py
modules/plugin_event/ui_viewport.py
+2
-2
No files found.
modules/plugin_event/ui_viewport.py
View file @
bfe149df
...
...
@@ -39,9 +39,9 @@ class ViewportUi(object):
ViewportUi
.
meta_node
(
db
,
T
),
ViewportUi
.
people_object_node
(
db
,
T
),
ViewportUi
.
event_node
(
db
,
T
),
ViewportUi
.
source_node
(
db
,
T
,
selector_source
),
ViewportUi
.
list_node
(
db
,
T
,
selector_list
),
ViewportUi
.
metric2d_node
(
db
,
T
,
selector_metric2d
),
ViewportUi
.
source_node
(
db
,
T
,
selector_source
)]
ViewportUi
.
metric2d_node
(
db
,
T
,
selector_metric2d
)]
modifier
=
dbui
.
ViewportModifier
()
modifier
.
add_node
(
*
nodes
)
...
...
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