commit | 9dd479d9c3a63f29b24d3209dad83fff28bacb3d | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Fri Aug 18 16:35:00 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:17:32 2017 -0500 |
tree | 02f700b66a2bd4d40af8b26ad7563c3d62938fe2 | |
parent | a1dcfe0c56c14506a7e0184583f784f8730b02c5 [diff] [blame] |
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'); } } }