mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +00:00
feat: Adds the MetadataBar to the Explore header (#21560)
This commit is contained in:
committed by
GitHub
parent
5ea9249059
commit
0dda5fe1cf
@@ -44,6 +44,14 @@ const reduxState = {
|
||||
slice: {
|
||||
slice_id: 1,
|
||||
},
|
||||
metadata: {
|
||||
created_on_humanized: 'a week ago',
|
||||
changed_on_humanized: '2 days ago',
|
||||
owners: ['John Doe'],
|
||||
created_by: 'John Doe',
|
||||
changed_by: 'John Doe',
|
||||
dashboards: [{ id: 1, dashboard_title: 'Test' }],
|
||||
},
|
||||
},
|
||||
charts: {
|
||||
1: {
|
||||
|
||||
Reference in New Issue
Block a user