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
84e2b020
Commit
84e2b020
authored
May 16, 2018
by
Guilhem Saurel
Browse files
Images table: show py3
parent
f910a132
Pipeline
#723
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/tables.py
View file @
84e2b020
...
...
@@ -92,7 +92,7 @@ class BranchTable(StrippedTable):
class
ImageTable
(
StrippedTable
):
class
Meta
:
model
=
models
.
Image
fields
=
(
'robotpkg'
,
'target'
,
'image'
,
'created'
)
fields
=
(
'robotpkg'
,
'target'
,
'image'
,
'py3'
,
'created'
)
class
ContributorTable
(
StrippedTable
):
...
...
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