From e78dc408d6263c85c61cdb5c1f9e4e47df0b1db7 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Fri, 11 Oct 2013 11:52:23 +0200 Subject: [PATCH 1/6] dashboard new main-page --- js/apps/system/aardvark/frontend/js/routers/router.js | 4 ++-- .../system/aardvark/frontend/js/templates/navigationView.ejs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/apps/system/aardvark/frontend/js/routers/router.js b/js/apps/system/aardvark/frontend/js/routers/router.js index feddc8750e..56732bc070 100644 --- a/js/apps/system/aardvark/frontend/js/routers/router.js +++ b/js/apps/system/aardvark/frontend/js/routers/router.js @@ -5,8 +5,9 @@ $(document).ready(function() { window.Router = Backbone.Router.extend({ routes: { - "" : "collections", + "" : "dashboard", "collection/:colid" : "collection", + "collections" : "collections", "collectionInfo/:colid" : "collectionInfo", "new" : "newCollection", "login" : "login", @@ -14,7 +15,6 @@ $(document).ready(function() { "collection/:colid/:docid" : "document", "collection/:colid/:docid/source" : "source", "shell" : "shell", - "dashboard" : "dashboard", "query" : "query", "logs" : "logs", "about" : "about", diff --git a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs index 68a8c4ee85..8096447553 100644 --- a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs @@ -9,8 +9,8 @@