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

Unify dashboards #974

Merged
merged 12 commits into from
Sep 25, 2018
Merged

Unify dashboards #974

merged 12 commits into from
Sep 25, 2018

Commits on Sep 25, 2018

  1. Remove default dashboard settings from store

    If a dashboard at the main dashboard is removed also remove the default
    settings for this dashboard.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    ac18595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2565f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8b1d29 View commit details
    Browse the repository at this point in the history
  4. Allow easier testing of sortable helper functions

    Allow to pass a id generator function to createRow, createItem and
    convertDefaultContent functions.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    d53deb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcdcced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83a3a8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69df556 View commit details
    Browse the repository at this point in the history
  8. Allow to pass default displays when creating new dashboard

    When creating a new dashboard at the main page allow to pass an array of
    default displays.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e91e516 View commit details
    Browse the repository at this point in the history
  9. Don't save settings into store when loading dashboard settings

    Remove the hack to put the defaults of the dashboards into the store
    when the dashboard is rendered for the first time.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    df62a4e View commit details
    Browse the repository at this point in the history
  10. Allow to select default displays when creating a new dashboard

    When a new dashboard will be added to the main page allow to select a
    "template" of displays to show initially.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    c6be2f3 View commit details
    Browse the repository at this point in the history
  11. Remove scan, asset and secinfo dashboards from menu

    These dashboards can now be created at the main page.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    a413580 View commit details
    Browse the repository at this point in the history
  12. Remove scans, assets and secinfo dashboard pages

    These pages are obsolete now.
    bjoernricks committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    2925bef View commit details
    Browse the repository at this point in the history