commit | fbf2fff20e1c5258452f1619f246b314c9250cc4 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <ali.ghassemi@gmail.com> | Tue Dec 02 14:28:14 2014 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Tue Dec 02 22:32:45 2014 +0000 |
tree | 0410c7c462cf74ce21e3e1b86e0c3ea9ed3b3239 | |
parent | aaf3cb3c9ca55de708b1cb7008764a0e8b9c5700 [diff] |
veyron-browser: Fixing up the visualize page. Mainly so we have something to discuss in the design review. -Visualize is now back to what it was before ( not a tree anymore ) -Automatically loads up to 3 levels of nodes. -Clicking on an unexpanded node, expands them furthur. -Server vs Intermediary nodes have different shapes. -Color changes. See screenshots at: https://screenshot.googleplex.com/64BiZkgumY.png https://screenshot.googleplex.com/cNtCos6ZZk.png Change-Id: Icca53e24368571090c17beae2483fbf8b34a9b1c
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start