Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
feudal
feudalBackend
Commits
6fb287bf
Commit
6fb287bf
authored
Oct 29, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Register credential state in the admin
parent
b0821d8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
feudal/backend/admin.py
feudal/backend/admin.py
+1
-0
No files found.
feudal/backend/admin.py
View file @
6fb287bf
...
...
@@ -35,5 +35,6 @@ admin.site.register(models.Site)
admin
.
site
.
register
(
models
.
Service
)
admin
.
site
.
register
(
models
.
SSHPublicKey
)
admin
.
site
.
register
(
models
.
CredentialState
)
admin
.
site
.
register
(
models
.
NewDeployment
)
admin
.
site
.
register
(
models
.
NewDeploymentStateItem
)
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