diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 20:38:52 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 20:38:52 +0000 |
commit | 7d2eeb4026f84d92e43856080ac3dbad6da41817 (patch) | |
tree | acd6dd7353396075a7db967bc14a5b49599fa50c /share/www/_sidebar.html | |
parent | 60be7c2a8f3d88f47be7eef5cf0a973c868cfcbc (diff) |
Add a page to Futon that shows the currently active tasks (compaction, view indexing, etc).
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/_sidebar.html')
-rw-r--r-- | share/www/_sidebar.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/www/_sidebar.html b/share/www/_sidebar.html index 6ef988b9..670a8e54 100644 --- a/share/www/_sidebar.html +++ b/share/www/_sidebar.html @@ -5,8 +5,9 @@ <ul id="nav"> <li><span>Tools</span><ul> <li><a href="index.html">Overview</a></li> - <li><a href="replicator.html">Replicator</a></li> <li><a href="config.html">Configuration</a></li> + <li><a href="replicator.html">Replicator</a></li> + <li><a href="status.html">Status</a></li> <li><a href="couch_tests.html?script/couch_tests.js">Test Suite</a></li> </ul></li> <li><span>Recent Databases</span> |