mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Added new page for viewing sites within a folder
This commit is contained in:
@@ -88,6 +88,13 @@
|
||||
controller: 'toolsController'
|
||||
})
|
||||
|
||||
.state('viewFolder', {
|
||||
url: '/view-folder?folderId',
|
||||
templateUrl: 'app/vault/views/vaultViewFolder.html',
|
||||
controller: 'vaultViewFolderController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null, returnScrollY: 0, returnSearchText: null, fromCurrent: false }
|
||||
})
|
||||
.state('viewSite', {
|
||||
url: '/view-site?siteId',
|
||||
templateUrl: 'app/vault/views/vaultViewSite.html',
|
||||
|
||||
Reference in New Issue
Block a user