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

DashControl Save/Save As #456

Closed
spalger opened this issue Aug 31, 2013 · 2 comments
Closed

DashControl Save/Save As #456

spalger opened this issue Aug 31, 2013 · 2 comments

Comments

@spalger
Copy link
Contributor

spalger commented Aug 31, 2013

From #392

I've caught myself doing something in the last couple days:

  1. Load a dashboard from Elasticsearch
  2. Modify this, that, then click "Set as My Default"
  3. Reload and surprise! I don't see my changes
  4. Refresh furriously, restart chrome
  5. Realize that I'm still reading from Elasticsearch and not from the save that I just created

I think it might make sense to enhance the dashControl panel to behave similarly to the "Save" and "Save As" functionality we've grown used to over the years:

  • Save edits the version we are currently using in place (es, localStorage, etc)
  • Save As saves to a new location + switched the route to read from that new file.

This would prevent similar moments of frustration in the future and is probably expected behavior for most users.

@rushi
Copy link

rushi commented Sep 17, 2013

+1

This would be good to have, especially when you are setting up dashboards and doing rapid iterations.

@rashidkpc
Copy link
Contributor

459e117 implemented here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants