1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

move reports to their own module

This commit is contained in:
Kyle Spearrin
2017-05-25 18:22:19 -04:00
parent 1e3a39defc
commit 618cb07ead
8 changed files with 19 additions and 12 deletions

View File

@@ -112,10 +112,10 @@ angular
controller: 'toolsController',
data: { pageTitle: 'Tools' }
})
.state('backend.user.toolsReportBreach', {
.state('backend.user.reportsBreach', {
url: '^/reports/breach',
templateUrl: 'app/tools/views/toolsReportBreach.html',
controller: 'toolsReportBreachController',
templateUrl: 'app/reports/views/reportsBreach.html',
controller: 'reportsBreachController',
data: { pageTitle: 'Data Breach Report' }
})
.state('backend.user.apps', {