- {addTestButton(false)}
-
+
)}
);
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryV1.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryV1.component.tsx
index 096e160c0eb..22990741ab0 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryV1.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryV1.component.tsx
@@ -30,6 +30,7 @@ import RcTree from 'rc-tree';
import { DataNode, EventDataNode } from 'rc-tree/lib/interface';
import React, { Fragment, useEffect, useMemo, useRef, useState } from 'react';
import { FQN_SEPARATOR_CHAR } from '../../constants/char.constants';
+import { GLOSSARIES_DOCS } from '../../constants/docs.constants';
import { NO_PERMISSION_FOR_ACTION } from '../../constants/HelperTextUtil';
import { Glossary } from '../../generated/entity/data/glossary';
import { GlossaryTerm } from '../../generated/entity/data/glossaryTerm';
@@ -557,21 +558,14 @@ const GlossaryV1 = ({
) : (
-
-
No glossaries found
-
-
-
-
+
);
};
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTable/SampleDataTable.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTable/SampleDataTable.component.tsx
index c99f97a2981..762aa3a7591 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTable/SampleDataTable.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTable/SampleDataTable.component.tsx
@@ -16,7 +16,7 @@ import {
faChevronRight,
} from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
-import { Empty, Space } from 'antd';
+import { Space, Typography } from 'antd';
import classNames from 'classnames';
import { lowerCase } from 'lodash';
import React, {
@@ -27,6 +27,8 @@ import React, {
useState,
} from 'react';
import { Link } from 'react-router-dom';
+import { WORKFLOWS_PROFILER_DOCS } from '../../constants/docs.constants';
+import { NoDataFoundPlaceHolder } from '../../constants/services.const';
import { TableData } from '../../generated/entity/data/table';
import { withLoader } from '../../hoc/withLoader';
import { isEven } from '../../utils/CommonUtils';
@@ -153,27 +155,29 @@ const SampleDataTable: FunctionComponent = ({ sampleData }: Props) => {
) : (
-
-
-
No sample data available
-
- To view Sample Data, run the Profiler Ingestion. Please
- refer to this doc to schedule the{' '}
-
- Profiler Ingestion
-
-
- >
- }
- />
+
+
+
+
+
+
+ {' '}
+ No sample data available
+
+
+ {' '}
+ To view Sample Data, run the Profiler Ingestion. Please refer to
+ this doc to schedule the{' '}
+
+ Profiler Ingestion
+
+
+
)}
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTopic/SampleDataTopic.tsx b/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTopic/SampleDataTopic.tsx
index 17c02e2a3ef..02c3f28c238 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTopic/SampleDataTopic.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/SampleDataTopic/SampleDataTopic.tsx
@@ -12,10 +12,12 @@
*/
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
-import { Empty } from 'antd';
+import { Typography } from 'antd';
import { isUndefined } from 'lodash';
import React, { FC, HTMLAttributes, useState } from 'react';
import { Link } from 'react-router-dom';
+import { WORKFLOWS_METADATA_DOCS } from '../../constants/docs.constants';
+import { NoDataFoundPlaceHolder } from '../../constants/services.const';
import { TopicSampleData } from '../../generated/entity/data/topic';
import { withLoader } from '../../hoc/withLoader';
import SchemaEditor from '../schema-editor/SchemaEditor';
@@ -82,28 +84,30 @@ const SampleDataTopic: FC = ({ sampleData }) => {
} else {
return (
-
-
No sample data available
-
- To view Sample Data, run the MetaData Ingestion. Please refer to
- this doc to schedule the{' '}
-
- MetaData Ingestion
-
-
- >
- }
- />
+
+
+
+
+
+ {' '}
+ No sample data available
+
+
+ {' '}
+ To view Sample Data, run the MetaData Ingestion. Please refer to
+ this doc to schedule the{' '}
+
+ MetaData Ingestion
+
+
+
+
+ {' '}
+ Adding a new {servicesDisplayName[serviceName]} is easy, just give
+ it a spin!
+
+
+ {' '}
+ Still need help? Refer to our{' '}
+
+ docs
+ {' '}
+ for more information.
+
+
- Click here
+ Add new {servicesDisplayName[serviceName]}
{' '}
- to add new {servicesDisplayName[serviceName]}
+
+ {' '}
+ Adding a new {heading} is easy, just give it a spin!
+
+
+ {' '}
+ Still need help? Refer to our{' '}
+
+ docs
+ {' '}
+ for more information.
+
+
+