Add CRUD for site credentials

This commit is contained in:
Jeremy Benoist
2016-12-04 13:51:58 +01:00
parent 873f6b8e03
commit f92fcb53ca
24 changed files with 1054 additions and 13 deletions

View File

@ -571,3 +571,8 @@ flashes:
# added: 'User "%username%" added'
# updated: 'User "%username%" updated'
# deleted: 'User "%username%" deleted'
site_credential:
notice:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'