Skip to content

Commit

Permalink
Merge pull request #91 from basho/csm-rebased-ring-status
Browse files Browse the repository at this point in the history
Add new ring availability page.
  • Loading branch information
cmeiklejohn committed Jun 10, 2013
2 parents 1b30368 + 64e18c0 commit b9b635d
Show file tree
Hide file tree
Showing 27 changed files with 3,002 additions and 874 deletions.
2 changes: 2 additions & 0 deletions include/riak_control.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
-type handoffs() :: [handoff()].
-type vnodes() :: [vnode()].
-type plan() :: [] | legacy | ring_not_ready | unavailable.
-type transfer() :: riak_core_ring:pending_change().
-type transfers() :: [transfer()].

-type stage_error() :: nodedown
| already_leaving
Expand Down
6 changes: 1 addition & 5 deletions priv/admin/css/cluster.styl
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ CSS to be applied ONLY on the cluster page
width : 38%
.field-container
width : 95%

.actions-container
display : none




Loading

0 comments on commit b9b635d

Please sign in to comment.