commit | cc65cb3fb550d746e622f5e397222d14416660b7 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Thu Jan 22 10:13:17 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Thu Jan 22 10:16:23 2015 -0800 |
tree | 786004dd33b5b770e404623b4e94a5ad29ac3242 | |
parent | 14e7741e406d6eccfde9d5f900c3b4c7f9b2b344 [diff] |
Viz vanadium viewer: Fixing the visualize icon ( the icon we were using was removed from Polymer in the new version ). Moving the report a bug icon back to the bottom with enough space at the bottom for the scrollbars also adding report a bug as an item in the sidebar. https://screenshot.googleplex.com/T7325zcgv5.png Change-Id: Ia7465c863de4a39bf61e2678785dd673cfbf482d
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