mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[Lens][Visualizations] library annotation groups listing page (#157988)
This commit is contained in:
parent
44bfd0c343
commit
6553ebbdd5
176 changed files with 4818 additions and 2423 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
import React from 'react';
|
||||
import { ContentClientProvider, type ContentClient } from '@kbn/content-management-plugin/public';
|
||||
import { TableListViewKibanaProvider } from '@kbn/content-management-table-list';
|
||||
import { TableListViewKibanaProvider } from '@kbn/content-management-table-list-view-table';
|
||||
import type { CoreStart } from '@kbn/core/public';
|
||||
import { toMountPoint } from '@kbn/kibana-react-plugin/public';
|
||||
import { FormattedRelative, I18nProvider } from '@kbn/i18n-react';
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
import { TableListView, UserContentCommonSchema } from '@kbn/content-management-table-list';
|
||||
import { TableListView, UserContentCommonSchema } from '@kbn/content-management-table-list-view';
|
||||
import { useContentClient } from '@kbn/content-management-plugin/public';
|
||||
import React from 'react';
|
||||
import { SavedObjectsFindOptionsReference } from '@kbn/core-saved-objects-api-browser';
|
||||
|
@ -51,7 +51,7 @@ export const MSearchTable = () => {
|
|||
initialPageSize={50}
|
||||
entityName={`ContentItem`}
|
||||
entityNamePlural={`ContentItems`}
|
||||
tableListTitle={`MSearch Demo`}
|
||||
title={`MSearch Demo`}
|
||||
urlStateEnabled={false}
|
||||
emptyPrompt={<>No data found. Try to install some sample data first.</>}
|
||||
onClickTitle={(item) => {
|
||||
|
|
|
@ -20,10 +20,13 @@
|
|||
"@kbn/content-management-plugin",
|
||||
"@kbn/core-application-browser",
|
||||
"@kbn/shared-ux-link-redirect-app",
|
||||
"@kbn/content-management-table-list",
|
||||
"@kbn/content-management-table-list-view",
|
||||
"@kbn/content-management-table-list-view-table",
|
||||
"@kbn/kibana-react-plugin",
|
||||
"@kbn/i18n-react",
|
||||
"@kbn/saved-objects-tagging-oss-plugin",
|
||||
"@kbn/core-saved-objects-api-browser",
|
||||
"@kbn/content-management-table-list-view-table",
|
||||
"@kbn/content-management-table-list-view",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue