Github user benkeen commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/124#discussion_r19839051
--- Diff: app/addons/auth/routes.js ---
@@ -78,7 +78,8 @@ function(app, FauxtonAPI, Auth) {
route: 'addAdmin'
}
},
-
+ selectedHeader: "", // TODO prevents "Databases" being selected at
least
--- End diff --
Unfortunately deleting it makes "Databases" get selected in the sidebar, so
I think this is better for now.
btw, I spoke to @seanbarclay and he agrees that changing the sidebar to
read "Users" rather than the current user's name is an improvement. But before
doing it I want to raise it in the mailing list. Seems like a bigger change,
somehow...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---