summaryrefslogtreecommitdiff
path: root/share/www/replicator.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/replicator.html')
-rw-r--r--share/www/replicator.html1
1 files changed, 1 insertions, 0 deletions
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) {