commit | 496d4177b94a98496784725419ba3669cf9ca794 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Fri Jan 23 10:36:15 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Fri Jan 23 10:36:20 2015 -0800 |
tree | 90390edaa5e88772c1894cd9d9484c97b90c45be | |
parent | 8d22fb29a15756c95f3a571162fcac1d258b0f0d [diff] |
viz: Namespace Box preserves view type It was always switching back to grid, but now it will keep. Instead of proceeding with the previous strategy, we will only send over the old viewType in each route. This way, routes/browse, routes/bookmarks, and routes/recommendations all enforce 'keep the original view'. On first load, original view is null/undefined, but this is okay; browse-namespace will assign 'grid'. Change-Id: If9ce16188389b7d922c1e02e4dacec35f05cdd6f
Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.
You must have the Vanadium Extension installed on Chrome to run this.
Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap
Before you can run Viz, you need to build. Simply run:
make
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start
If you have any problems after updating the code, try
make clean
make start