Changed from overview/system to overview/server to match site IA

Change-Id: Icf3e447a21d0f9232ba80ed1969101218552d439
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/index.js b/app/index.js
index e2c7af4..890c67a 100644
--- a/app/index.js
+++ b/app/index.js
@@ -67,7 +67,7 @@
                    if(current && current.$$route){
                      $location.path(current.$$route.originalPath);
                    }else{
-                     $location.path('/overview/system');
+                     $location.path('/overview/server');
                    }
                 }
              }