We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow changing order of tabs in dashboards
This was added 20 days ago to Superset master:
I'm not sure whether it made it into any release yet (0.33.0rc1)?
Opening the issue here just to track ourselves.
The text was updated successfully, but these errors were encountered:
It's not in 0.33.
Sorry, something went wrong.
Workaround:
Edit dashboard
Edit dashboard metadata
Switch to view mode
Position JSON
"type":"TABS"
"children"
Example:
{ "...": {"..."}, "TABS-y3H9K9tIPM": {"children":["TAB-6pFKAgBaT","TAB-jKeAvr9fJ","TAB--aWoyKHn5","TAB-2DqtP-p_8","TAB-kb1aHKZWeK"], "id":"TABS-y3H9K9tIPM","meta":{},"type":"TABS"}} }
If we want to change 1st and 2nd tabe we should change 1st and 2nd strings in children field:
{ "...": {"..."}, "TABS-y3H9K9tIPM": {"children":["TAB-jKeAvr9fJ","TAB-6pFKAgBaT","TAB--aWoyKHn5","TAB-2DqtP-p_8","TAB-kb1aHKZWeK"], "id":"TABS-y3H9K9tIPM","meta":{},"type":"TABS"}} }
Save
smacker
Successfully merging a pull request may close this issue.
Allow changing order of tabs in dashboards
This was added 20 days ago to Superset master:
I'm not sure whether it made it into any release yet (0.33.0rc1)?
Opening the issue here just to track ourselves.
The text was updated successfully, but these errors were encountered: