-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
Added metadata info panel #3304
Conversation
This PR adds some features requested in #3047 |
not sure this deserves a top bar icon, maybe have the info in the dashboard settings |
Thanks for the review, will make the change asap. |
@torkelo Removed the top bar icon and included metadata in settings dropdown |
Haha, finally I can access this PR :) @torkelo Please review/merge this PR. Thanks. |
Is there anything else I can do to get this PR merged? Would be great if we can get this info available in the next release. Anyway, the next step in this direction will be adding Created by and Updated by fields. :) |
I was thinking that this info would go under a dashboard settings tab, and not a in the settings menu |
Should I add dashboard Id also or this information is sufficient right now to get this feature rolled out? |
@torkelo Will this feature go into 2.6? |
@utkarshcmu the format is hard coded? I would at least prefer the international ISO 8601 format (24h time). Otherwise this is good information to have accessable. |
@Qtax yes the format is hardcoded right now. We can change it to whtever we want to. I am fine with any format if it shows up to a second's granularity. My main goal for this PR is to know when are these dashboards last modified and when were they created. Which will help us maintaining 100s of dashboards. The next step after this PR will be , who created them and who updated them. I ll try to include these two fields too asap in the same panel as time permits. |
@torkelo What do you think about the hard coded format? |
The placement of such info is hard. If more info are to be added I think a special tab for it makes sense. |
Currently, info show created and updated time. But in the future it can show created by and updated by fields too. Also, this dropdown can be extended to show some other info also in the future.