Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
InSillyClo-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
InSillyClo
InSillyClo-web
Commits
19dece23
Commit
19dece23
authored
2 weeks ago
by
Julien FUMEY
Browse files
Options
Downloads
Patches
Plain Diff
deduplicate job view in admin
parent
2c74df30
No related branches found
No related tags found
1 merge request
!7
Simulator
Pipeline
#155031
passed
2 weeks ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/InSillyCloWeb/assemblies/admin.py
+0
-6
0 additions, 6 deletions
src/InSillyCloWeb/assemblies/admin.py
with
0 additions
and
6 deletions
src/InSillyCloWeb/assemblies/admin.py
+
0
−
6
View file @
19dece23
...
...
@@ -38,12 +38,6 @@ class InputPartAdmin(ViewOnSiteModelAdmin, admin.ModelAdmin):
)
@admin.register
(
models
.
SimulatorJob
)
class
SimulatorJobAdmin
(
ViewOnSiteModelAdmin
,
admin
.
ModelAdmin
):
date_hierarchy
=
'
created_at
'
search_fields
=
(
'
uuid
'
,)
@admin.register
(
models
.
User
)
class
UserAdmin
(
auth_admin
.
UserAdmin
):
ordering
=
(
"
email
"
,)
...
...
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