From 808acc7391aed0188466e5094245f11365a00177 Mon Sep 17 00:00:00 2001 From: Cliff Moon Date: Fri, 24 Oct 2008 14:34:33 -0700 Subject: [PATCH] lots of new viz stuff for the interface --- web/index.html | 50 ++++----- web/javascripts/color.js | 21 ++++ web/javascripts/viz.js | 215 ++++++++++++++++++++++++++++++++++++++- web/load.html | 46 +++++++++ web/partitions.html | 40 ++++++++ web/sync.html | 60 +++++++++++ 6 files changed, 400 insertions(+), 32 deletions(-) create mode 100644 web/javascripts/color.js create mode 100644 web/load.html create mode 100644 web/partitions.html create mode 100644 web/sync.html diff --git a/web/index.html b/web/index.html index 82f807e..46fadd6 100644 --- a/web/index.html +++ b/web/index.html @@ -8,13 +8,7 @@ + + + + + + + + + +
+

Dynomite

+

Load for

+
+ + + + + + \ No newline at end of file diff --git a/web/partitions.html b/web/partitions.html new file mode 100644 index 0000000..2670fb4 --- /dev/null +++ b/web/partitions.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + +
+

Dynomite

+

Partitioning for

+
+ + + + + + \ No newline at end of file diff --git a/web/sync.html b/web/sync.html new file mode 100644 index 0000000..553837a --- /dev/null +++ b/web/sync.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + + +
+

Dynomite

+

Replication for

+
+ + + + + + \ No newline at end of file