Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/796#discussion_r86088634
  
    --- Diff: app/addons/activetasks/routes.js ---
    @@ -15,29 +15,24 @@ import FauxtonAPI from "../../core/api";
     import ActiveTasksResources from "./resources";
     import ActiveTasksComponents from "./components.react";
     import Actions from "./actions";
    +import Layout from './layout';
     
     var ActiveTasksRouteObject = FauxtonAPI.RouteObject.extend({
       selectedHeader: 'Active Tasks',
    -  layout: 'one_pane',
    +  layout: 'empty',
    +  hideBreadCrumbs: true,
    --- End diff --
    
    ok I'll take a look see if I can remove this


---
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.
---

Reply via email to