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)