const ListingPage = () => {
<TableListViewKibanaProvider {...deps}>
<TableListViewPage>
<TableListViewPage.Header title="" />
<TableListView.Table type="dashboards" {...props} />
</TableListViewPage>
</TableListViewKibanaProvider>;
};
-
-
Save vadimkibana/97e9b9bfdddf3e25bbd2203296270d5a to your computer and use it in GitHub Desktop.
UI Actions
Context: content item, { id: 'xxxxxxxx-xxxx-xxxx-xxxxxxxxxxx-xxxx', contentType: 'dashboards', title: 'My Dashboard' }
Trigger: cm_item
Actions:
view
delete
download
- ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
old way:
new way:
Q: is
react-query
cache global (across Kibana apps)?