diff options
Diffstat (limited to 'share/www/database.html')
-rw-r--r-- | share/www/database.html | 2 |
1 files changed, 2 insertions, 0 deletions
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. <ul id="toolbar"> <li><button class="add">New Document</button></li> <li><button class="compact">Compact Database…</button></li> + <li><button class="viewcleanup">View Cleanup…</button></li> <li><button class="delete">Delete Database…</button></li> <li><button class="compactview" style="display: none">Compact View…</button></li> </ul> |