You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by am...@apache.org on 2020/10/30 18:43:28 UTC

[couchdb-fauxton] branch master updated: Make cluster config warning applicable to CouchDB 3 as well

This is an automated email from the ASF dual-hosted git repository.

amaranhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/master by this push:
     new bff76de  Make cluster config warning applicable to CouchDB 3 as well
     new 5b5cf39  Merge pull request #1296 from m90/m90-patch-1
bff76de is described below

commit bff76de3ddb23f03cb424e15360187a90b51a4b3
Author: Frederik Ring <fr...@gmail.com>
AuthorDate: Wed Oct 7 17:40:28 2020 +0200

    Make cluster config warning applicable to CouchDB 3 as well
    
    When trying to configure a CouchDB 3 cluster in Fauxton right now, a message about CouchDB 2 will be shown, which is slightly confusing. Instead, mention that this applies to CouchDB version 2 or greater so that Fauxton remains compatible with CouchDB 2.
---
 app/addons/cluster/cluster.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/addons/cluster/cluster.js b/app/addons/cluster/cluster.js
index 573e37a..7a4d1a3 100644
--- a/app/addons/cluster/cluster.js
+++ b/app/addons/cluster/cluster.js
@@ -23,7 +23,7 @@ export class DisabledConfigController extends React.Component {
               <i className="fonticon-attention-circled"></i>
             </div>
             It seems that you are running a cluster with {this.props.nodes.length} nodes. For CouchDB 2.0
-            we recommend using a configuration management tools like Chef, Ansible,
+            or greater we recommend using a configuration management tools like Chef, Ansible,
             Puppet or Salt (in no particular order) to configure your nodes in a cluster.
             <br/>
             <br/>