Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dashboard configuration to (not) be displayed in navigation #1418

Commits on Sep 7, 2019

  1. Add configuration for dashboards to (not) display in navigation

    + Introduces configuration for Dashboards. (Easily extendedable for further configuration options)
    + By default every Dashboard is configured to be displayed in the navigation.
    
    How to remove a Dashboard from navigation:
    
    ```
    class LineItemDashboard < Administrate::BaseDashboard
      configure do |config|
        config.navigation = false
      end
    end
    ```
    robinboening committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    5f9fb79 View commit details
    Browse the repository at this point in the history