← Back to team overview

graphite-dev team mailing list archive

Re: [Question #243444]: Option to set default navigation mode in the Graphite UI

 

Question #243444 on Graphite changed:
https://answers.launchpad.net/graphite/+question/243444

    Status: Open => Solved

Dennis Brandenburg confirmed that the question is solved:
Hacky solution:

edit ${your_graphite_install_path/}webapp/content/js/dashboard.js:

change:

var NAV_BAR_REGION = cookieProvider.get('navbar-region') || 'north';

to:

var NAV_BAR_REGION = cookieProvider.get('navbar-region') || 'west';

Would actually be nice to be able to configure this.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.