Switching onos-gui command to use the new GUI.
Change-Id: If3ddaf56c175b58604beee41033d5364d4d3ae1a
Showing
2 changed files
with
2 additions
and
5 deletions
... | @@ -3,10 +3,7 @@ | ... | @@ -3,10 +3,7 @@ |
3 | # Launches ONOS GUI on the specified node. | 3 | # Launches ONOS GUI on the specified node. |
4 | # ----------------------------------------------------------------------------- | 4 | # ----------------------------------------------------------------------------- |
5 | 5 | ||
6 | -[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1 | ||
7 | -. $ONOS_ROOT/tools/build/envDefaults | ||
8 | - | ||
9 | host=${1:-$OCI} | 6 | host=${1:-$OCI} |
10 | host=${host:-localhost} | 7 | host=${host:-localhost} |
11 | 8 | ||
12 | -open http://$host:8181/onos/tvue | 9 | +open http://$host:8181/onos/ui | ... | ... |
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | <display-name>ONOS GUI</display-name> | 21 | <display-name>ONOS GUI</display-name> |
22 | 22 | ||
23 | <welcome-file-list> | 23 | <welcome-file-list> |
24 | - <welcome-file>index.html</welcome-file> | 24 | + <welcome-file>index2.html</welcome-file> |
25 | </welcome-file-list> | 25 | </welcome-file-list> |
26 | 26 | ||
27 | <servlet> | 27 | <servlet> | ... | ... |
-
Please register or login to post a comment