summaryrefslogtreecommitdiff
path: root/share/www/browse/database.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r--share/www/browse/database.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html
index 33041bd7..e52c3b8a 100644
--- a/share/www/browse/database.html
+++ b/share/www/browse/database.html
@@ -78,6 +78,7 @@ specific language governing permissions and limitations under the License.
$.cookies.set(page.dbName + ".perpage", this.value);
});
$("#toolbar button.add").click(page.addDocument);
+ $("#toolbar button.compact").click(page.compactDatabase);
$("#toolbar button.delete").click(page.deleteDatabase);
});
</script>
@@ -98,6 +99,7 @@ specific language governing permissions and limitations under the License.
</div>
<ul id="toolbar">
<li><button class="add">Create Document …</button></li>
+ <li><button class="compact">Compact Database</button></li>
<li><button class="delete">Delete Database</button></li>
</ul>