aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/reports.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/views/reports.js')
-rw-r--r--www/js/views/reports.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/js/views/reports.js b/www/js/views/reports.js
new file mode 100644
index 0000000..3ad2c01
--- /dev/null
+++ b/www/js/views/reports.js
@@ -0,0 +1,9 @@
+(function (FMS, Backbone, _, $) {
+ _.extend( FMS, {
+ ReportsView: FMS.FMSView.extend({
+ template: 'reports',
+ id: 'reports',
+ next: 'home'
+ })
+ });
+})(FMS, Backbone, _, $);