commit | f3fba478a0133b5dde47b6a6f9b638fe9dfb572a | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Tue Jan 27 21:41:09 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Tue Jan 27 21:41:10 2015 -0800 |
tree | dba40f8e5c9989f57f628af82f88e3a678a55cdc | |
parent | a0eb1140835eb0660a1ea0f193215b6b18b30dda [diff] |
viz: Method Form UI Polish Re Issue: https://github.com/veyron/release-issues/issues/768 - tooltip no longer truncated - Ali switched the button order; I'm renaming star to save - switched around method signature information to the tooltip and to the method input form - Only show max 1 recommendation to reduce confusion It will take some reworking to split up the star/unstar/recommend/forget behavior. Screenshot: https://screenshot.googleplex.com/CASt5qaU7t (tooltip and button renaming) Screenshot: https://screenshot.googleplex.com/gZZrK8Dhur (no truncation) Change-Id: I8c3c6e0a7cce3efaef2cf610c6d8e7e383d79a78
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