commit | 38540a8b569067e1fc46cd1dc07edc3f79675fd2 | [log] [tgz] |
---|---|---|
author | Wm Leler <wmleler@google.com> | Tue Jan 20 17:03:36 2015 -0800 |
committer | Wm Leler <wmleler@google.com> | Tue Jan 20 17:03:50 2015 -0800 |
tree | e4a80bbc415822af77376e0ea68baefee8861768 | |
parent | b14d4f723b8c318566a031533ec47b899f839bbd [diff] |
Viz Vanadium Viewer added tree view to Viz Vanadium Viewer turned jshint back on changes to pass jshint fixed event bug (constructor for mercury BaseEvent) changed overflow in left panel to auto, to allow scroll moved bug report icon to avoid horiz scroll bar changed bug report tooltip Got rid of term Namespace Browser updated FAQ Add "Tree View" label Working on Help refactored treeview fixed bug in rootItem display name of root added comments one more comment last tweaks and comments Change-Id: I7196624b1bfeae666bc8c7e86f5004567456e6fd
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