mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-10 14:11:06 +08:00
Add revision route
This commit is contained in:
parent
e3e56bd6e4
commit
2cffbcefd0
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ angular
|
||||||
}).when('/vault/:vault_id/:credential_id/share', {
|
}).when('/vault/:vault_id/:credential_id/share', {
|
||||||
templateUrl: 'views/share_credential.html',
|
templateUrl: 'views/share_credential.html',
|
||||||
controller: 'ShareCtrl'
|
controller: 'ShareCtrl'
|
||||||
|
}).when('/vault/:vault_id/:credential_id/revisions', {
|
||||||
|
templateUrl: 'views/credential_revisions.html',
|
||||||
|
controller: 'RevisionCtrl'
|
||||||
})
|
})
|
||||||
.otherwise({
|
.otherwise({
|
||||||
redirectTo: '/'
|
redirectTo: '/'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue