Files
weave-scope/client
David Kaltschmidt 66d66a4d01 Fix grouping bar for topologies that don't support grouping
- fixes #61
- dont clear nodes cache if topo is the same
- combined stores that were interdependent
- dont show topology grouping menu if unsupported
- also harmonized some variable names
- removed old grouping switcher
- moved topo actions to app actions, removed search
- get correct topology url
- first JS test using Jest
- make tests run on circle using the build container.
- replaced jest test runner with karma/jasmine
- Use debian for UI build and test container.
- updated karma-browserify
2015-05-22 16:41:48 +00:00
..
2015-05-20 10:45:35 +00:00
2015-05-19 10:02:02 +00:00
2015-05-19 10:02:02 +00:00
2015-05-19 10:02:02 +00:00
2015-05-19 10:02:02 +00:00
2015-05-19 10:02:02 +00:00
2015-05-20 10:45:35 +00:00

Scope UI

Getting Started

  • Install: npm install
  • Run gulp for building to the dist directory or gulp serve to serve the UI via a webserver
  • Develop using gulp watch for automatic code reload