-
-
-
- Content summary
-
-
- {totalDocuments > 0 && (
-
-
- Manage
-
-
- )}
-
+
+ Content summary
+
{!summary &&
}
@@ -388,9 +370,9 @@ export const Overview: React.FC = () => {
-
+
-
+
);
diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx
index 0f5f4ffb9e0da..a1a76c678866c 100644
--- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx
@@ -107,16 +107,7 @@ export const PrivateSources: React.FC = () => {
- You have no private sources}
- body={
-
- Select from the content sources below to create a private source, available only to
- you
-
- }
- />
+ You have no private sources} />
diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
index 882c3861922e7..8aebbf721f8fc 100644
--- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
@@ -106,7 +106,7 @@ export const staticSourceData = [
}
),
connectStepDescription: connectStepDescription.files,
- objTypes: [SOURCE_OBJ_TYPES.ALL_FILES],
+ objTypes: [SOURCE_OBJ_TYPES.FOLDERS, SOURCE_OBJ_TYPES.ALL_FILES],
features: {
basicOrgContext: [
FeatureIds.SyncFrequency,
@@ -156,6 +156,7 @@ export const staticSourceData = [
FeatureIds.SyncedItems,
FeatureIds.GlobalAccessPermissions,
],
+ basicOrgContextExcludedFeatures: [FeatureIds.DocumentLevelPermissions],
platinumOrgContext: [FeatureIds.SyncFrequency, FeatureIds.SyncedItems],
platinumPrivateContext: [
FeatureIds.Private,
@@ -435,6 +436,7 @@ export const staticSourceData = [
FeatureIds.SyncedItems,
FeatureIds.GlobalAccessPermissions,
],
+ basicOrgContextExcludedFeatures: [FeatureIds.DocumentLevelPermissions],
platinumOrgContext: [FeatureIds.SyncFrequency, FeatureIds.SyncedItems],
platinumPrivateContext: [
FeatureIds.Private,
diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_router.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_router.tsx
index 7244ff21e3b38..089ef0cd46a00 100644
--- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_router.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/source_router.tsx
@@ -84,12 +84,13 @@ export const SourceRouter: React.FC = () => {
<>
- Your organization's license level changed and no longer supports document-level
- permissions.{' '}
+ Your organization’s license level has changed. Your data is safe, but document-level
+ permissions are no longer supported and searching of this source has been disabled.
+ Upgrade to a Platinum license to re-enable this source.
- Don't worry: your data is safe. Search has been disabled.
- Upgrade to a Platinum license to re-enable this source.
- Explore Platinum license
+
+ Explore Platinum license
+
>
diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/setup_guide/setup_guide.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/setup_guide/setup_guide.tsx
index 3b91c4e84d02f..8fefe3bac2a12 100644
--- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/setup_guide/setup_guide.tsx
+++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/setup_guide/setup_guide.tsx
@@ -5,7 +5,7 @@
*/
import React from 'react';
-import { EuiSpacer, EuiTitle, EuiText, EuiButton } from '@elastic/eui';
+import { EuiSpacer, EuiTitle, EuiText, EuiButton, EuiLink } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { i18n } from '@kbn/i18n';
@@ -30,7 +30,7 @@ export const SetupGuide: React.FC = () => {
-
+
{
width="1280"
height-="720"
/>
-
+