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
5e30152d
Commit
5e30152d
authored
Mar 21, 2015
by
LE GAC Renaud
Browse files
Use the ace editor in list and metric1d configurator.
parent
acfdd0e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
models/ui_lists.py
models/ui_lists.py
+8
-4
models/ui_metrics1d.py
models/ui_metrics1d.py
+4
-2
static/CHANGELOG
static/CHANGELOG
+1
-1
No files found.
models/ui_lists.py
View file @
5e30152d
...
...
@@ -10,14 +10,18 @@
fieldsModifier
=
dbui
.
FieldsModifier
(
'lists'
)
fieldsModifier
.
configure_field
(
'columns'
,
height
=
240
,
hideLabel
=
True
)
editorHeight
=
240
,
hideLabel
=
True
,
language
=
'json'
,
xtype
=
'xaceeditorfield'
)
fieldsModifier
.
configure_field
(
'definition'
,
height
=
100
)
fieldsModifier
.
configure_field
(
'features'
,
height
=
240
,
hideLabel
=
True
)
editorHeight
=
240
,
hideLabel
=
True
,
language
=
'json'
,
xtype
=
'xaceeditorfield'
)
fieldsModifier
.
configure_field
(
'sorters'
,
height
=
210
,
...
...
models/ui_metrics1d.py
View file @
5e30152d
...
...
@@ -11,8 +11,10 @@ table = "metrics1d"
fieldsModifier
=
dbui
.
FieldsModifier
(
table
)
fieldsModifier
.
configure_field
(
'columns'
,
height
=
240
,
hideLabel
=
True
)
editorHeight
=
240
,
hideLabel
=
True
,
language
=
'json'
,
xtype
=
'xaceeditorfield'
)
fieldsModifier
.
configure_field
(
'definition'
,
height
=
100
)
...
...
static/CHANGELOG
View file @
5e30152d
...
...
@@ -4,7 +4,7 @@ HEAD
0.4.3 (Mar 2015)
- Major release non-backward compatible.
- Migrate to plugin_dbui 0.6.2.
5
and to python-pandas 0.15.2
- Migrate to plugin_dbui 0.6.2.
6, pluggin_ace 118
and to python-pandas 0.15.2
- Migrate from sqlite to mariadb.
- Migrate to matplotlib 1.3.1 instead of Ext.chart.
- Add the user data block in the history / events tables:
...
...
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