Skip to content

Commit

Permalink
FEATURE: add repo mode to repository edit in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Pereto committed Sep 26, 2020
1 parent 90cb1d7 commit 526385e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs"
"restructuredtext.confPath": ""
}
2 changes: 1 addition & 1 deletion src/borghive/forms/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class RepositoryForm(BaseForm):

class Meta:
model = Repository
fields = ('name', 'ssh_keys', 'append_only_keys', 'location', 'alert_after_days', 'group',)
fields = ('name', 'ssh_keys', 'append_only_keys', 'location', 'alert_after_days', 'group', 'mode')

0 comments on commit 526385e

Please sign in to comment.