Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
85529cd9
Commit
85529cd9
authored
Jun 06, 2018
by
Guilhem Saurel
Browse files
show debug in images table
parent
35394265
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/tables.py
View file @
85529cd9
...
...
@@ -94,7 +94,7 @@ class ImageTable(StrippedTable):
class
Meta
:
model
=
models
.
Image
fields
=
(
'name'
,
'robotpkg'
,
'target'
,
'image'
,
'py3'
,
'created'
)
fields
=
(
'name'
,
'robotpkg'
,
'target'
,
'image'
,
'py3'
,
'debug'
,
'created'
)
def
render_name
(
self
,
record
,
value
):
if
value
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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