You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2014/02/27 01:09:24 UTC

[jira] [Created] (COUCHDB-2132) Optimize configuration options list

Alexander Shorin created COUCHDB-2132:
-----------------------------------------

             Summary: Optimize configuration options list
                 Key: COUCHDB-2132
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2132
             Project: CouchDB
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: Fauxton
            Reporter: Alexander Shorin


Config section names are consume a lot of visible space. Instead of having 3 columns in the list, probably better to make like:
{code}
+-----------------+
| section1        |
+---------+-------+
| option1 | value |
+---------+-------+
| option2 | value |
+---------+-------+
| section2        |
+---------+-------+
| option3 | value |
+---------+-------+
| option4 | value |
+---------+-------+
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)