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 to dashboard from query page #239

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 24, 2019

  1. Add Query to Dashboards - functionality only

    - routes and controller to handle adding queries across multiple dashboards
    basilkhan05 committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    0ea5308 View commit details
    Browse the repository at this point in the history
  2. Refactor Add to Dashboard into a modal with list groups

    - fix controller method for queries
    basilkhan05 committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    c3c9ae3 View commit details
    Browse the repository at this point in the history
  3. Fix add to dashboard controller when no dashboard_ids present

    - Fix route to post for add_to_dashboard
    basilkhan05 committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    663f79f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    34f7093 View commit details
    Browse the repository at this point in the history
  2. Fix/Reset dashboard_query positions after removal of queries

    - only destroyed_dashboard_queries are modified
    basilkhan05 committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    31dbaf4 View commit details
    Browse the repository at this point in the history