You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/05/04 07:12:14 UTC

[couchdb-fauxton] branch master updated: (#919) - adding selectedHeader to mango routes

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

garren 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  5aae078    (#919) - adding selectedHeader to mango routes
5aae078 is described below

commit 5aae078aaec7582c6158e5194854eab03a3c2048
Author: Ryan Millay <ry...@gmail.com>
AuthorDate: Thu May 4 03:12:12 2017 -0400

     (#919) - adding selectedHeader to mango routes
---
 app/addons/documents/routes-mango.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/addons/documents/routes-mango.js b/app/addons/documents/routes-mango.js
index 3a90906..8778823 100644
--- a/app/addons/documents/routes-mango.js
+++ b/app/addons/documents/routes-mango.js
@@ -23,6 +23,7 @@ import SidebarActions from "./sidebar/actions";
 import {MangoLayout} from './mangolayout';
 
 const MangoIndexEditorAndQueryEditor = FauxtonAPI.RouteObject.extend({
+  selectedHeader: 'Databases',
   hideApiBar: true,
   hideNotificationCenter: true,
   routes: {

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].