Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
6afdf9cb
Commit
6afdf9cb
authored
9 months ago
by
ml bonhomme
Committed by
Erwan Rouchet
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Worker Version admin docker_image_iid spelling mistake
parent
25abb6de
No related branches found
No related tags found
1 merge request
!2352
Fix Worker Version admin docker_image_iid spelling mistake
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex/process/admin.py
+1
-1
1 addition, 1 deletion
arkindex/process/admin.py
with
1 addition
and
1 deletion
arkindex/process/admin.py
+
1
−
1
View file @
6afdf9cb
...
...
@@ -120,7 +120,7 @@ class WorkerTypeAdmin(admin.ModelAdmin):
class
WorkerVersionAdmin
(
admin
.
ModelAdmin
):
list_display
=
(
"
id
"
,
"
worker
"
,
"
revision
"
,
"
version
"
)
list_filter
=
(
"
worker
"
,
)
fields
=
(
"
id
"
,
"
worker
"
,
"
revision
"
,
"
version
"
,
"
configuration
"
,
"
model_usage
"
,
"
gpu_usage
"
,
"
docker_image_ii
i
d
"
)
fields
=
(
"
id
"
,
"
worker
"
,
"
revision
"
,
"
version
"
,
"
configuration
"
,
"
model_usage
"
,
"
gpu_usage
"
,
"
docker_image_iid
"
)
readonly_fields
=
(
"
id
"
,
)
raw_id_fields
=
(
"
revision
"
,
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment