From 22da1e28bd68084cc5e13feab81db445775c6429 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sat, 2 Jan 2010 19:01:25 +0000 Subject: add button to cleanup old view files. closes COUCHDB-610. thanks Ilia Cheishvili git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@895262 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/database.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/www/database.html') diff --git a/share/www/database.html b/share/www/database.html index b997f2cf..65177eb7 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -115,6 +115,7 @@ specific language governing permissions and limitations under the License. }); $("#toolbar button.add").click(page.newDocument); $("#toolbar button.compact").click(page.compactDatabase); + $("#toolbar button.viewcleanup").click(page.viewCleanup); $("#toolbar button.delete").click(page.deleteDatabase); $("#toolbar button.compactview").click(page.compactView); @@ -162,6 +163,7 @@ specific language governing permissions and limitations under the License. -- cgit v1.2.3