From 6026881bc7949a0af6a213b0c87b0cb52ee3f059 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 3 Jun 2010 15:05:07 +0000 Subject: Futon: sort databases in replicator source and target drop-down. Patch by Miki Tebeka. Closes COUCHDB-785. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951019 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/replicator.html | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/replicator.html') diff --git a/share/www/replicator.html b/share/www/replicator.html index 6d980cbd..9a53e0ea 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.html @@ -41,6 +41,7 @@ specific language governing permissions and limitations under the License. $.couch.allDbs({ success: function(dbs) { + dbs.sort(); $("fieldset select").each(function() { var select = this; $.each(dbs, function(idx, dbName) { -- cgit v1.2.3