From 08bac9b0be9b90b0b93593be87a8ca82736aa17a Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 19 Jan 2010 23:23:43 +0000 Subject: Futon: Merge the different compaction/cleanup buttons into a single button on the database page, which will bring up a dialog allowing you to choose which type of compaction/cleanup to perform. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900999 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/dialog/_compact_cleanup.html | 51 +++++++++++++++++++++++++++++++++ share/www/dialog/_compact_database.html | 28 ------------------ share/www/dialog/_compact_view.html | 28 ------------------ share/www/dialog/_view_cleanup.html | 28 ------------------ 4 files changed, 51 insertions(+), 84 deletions(-) create mode 100644 share/www/dialog/_compact_cleanup.html delete mode 100644 share/www/dialog/_compact_database.html delete mode 100644 share/www/dialog/_compact_view.html delete mode 100644 share/www/dialog/_view_cleanup.html (limited to 'share/www/dialog') diff --git a/share/www/dialog/_compact_cleanup.html b/share/www/dialog/_compact_cleanup.html new file mode 100644 index 00000000..506417f4 --- /dev/null +++ b/share/www/dialog/_compact_cleanup.html @@ -0,0 +1,51 @@ + +
+

Compact & Cleanup

+
+ +

+ Compacting a database removes deleted documents and previous revisions. + It is an irreversible operation and may take + a while to complete for large databases. +

+
+ +

+ View compaction will affect all views in this design document. This + operation may take some time to complete. Your views will still operate + normally during compaction. +

+
+ +

+ Cleaning up views in a database removes old view files still stored + on the filesystem. It is an irreversible operation. +

+
+
+ + +
+
diff --git a/share/www/dialog/_compact_database.html b/share/www/dialog/_compact_database.html deleted file mode 100644 index 5c898a3c..00000000 --- a/share/www/dialog/_compact_database.html +++ /dev/null @@ -1,28 +0,0 @@ - -
-

Compact Database

-
-

- Compacting a database removes deleted documents and previous revisions. - It is an irreversible operation and may take - a while to complete for large databases. -

-
-
- - -
-
diff --git a/share/www/dialog/_compact_view.html b/share/www/dialog/_compact_view.html deleted file mode 100644 index e64d97e3..00000000 --- a/share/www/dialog/_compact_view.html +++ /dev/null @@ -1,28 +0,0 @@ - -
-

Compact View

-
-

- View compaction will affect all views in this design document. This - operation may take some time to complete. Your views will still operate - normally during compaction. -

-
-
- - -
-
diff --git a/share/www/dialog/_view_cleanup.html b/share/www/dialog/_view_cleanup.html deleted file mode 100644 index 2ede89a5..00000000 --- a/share/www/dialog/_view_cleanup.html +++ /dev/null @@ -1,28 +0,0 @@ - -
-

View Cleanup

-
-

- Cleaning up views in a database removes old view files still stored - on the filesystem. It is an irreversible operation. -

-
-
- - -
-
- -- cgit v1.2.3