mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
Ui improvement as per feedback (#1727)
* Ui improvement as per feedback * miner fix
This commit is contained in:
parent
b620860be2
commit
52571efdc9
@ -96,7 +96,7 @@ const getNoLineageDataPlaceholder = () => {
|
||||
<div className="tw-mt-4 tw-ml-4 tw-flex tw-justify-center tw-font-medium tw-items-center tw-border tw-border-main tw-rounded-md tw-p-8">
|
||||
<span>
|
||||
Lineage is currently supported for Airflow. To enable lineage collection
|
||||
from Airflow, Please follow the documentation
|
||||
from Airflow, please follow the documentation
|
||||
</span>
|
||||
<Link
|
||||
className="tw-ml-1"
|
||||
@ -105,7 +105,7 @@ const getNoLineageDataPlaceholder = () => {
|
||||
pathname:
|
||||
'https://docs.open-metadata.org/install/metadata-ingestion/airflow/configure-airflow-lineage',
|
||||
}}>
|
||||
here
|
||||
here.
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
|
@ -220,7 +220,7 @@ const TableProfiler = ({ tableProfiles, columns }: Props) => {
|
||||
to={{
|
||||
pathname: 'https://docs.open-metadata.org/connectors',
|
||||
}}>
|
||||
here
|
||||
here.
|
||||
</Link>
|
||||
</div>
|
||||
)}
|
||||
|
@ -17,7 +17,7 @@ export const cardStyle = {
|
||||
active: 'tw-border-primary',
|
||||
header: {
|
||||
base: 'tw-flex tw-px-5 tw-py-3 tw-cursor-pointer tw-justify-between tw-items-center',
|
||||
default: 'tw-bg-tag',
|
||||
default: 'tw-bg-badge',
|
||||
active: 'tw-bg-primary tw-rounded-t-md tw-text-white',
|
||||
title: 'tw-text-base tw-mb-0',
|
||||
description: 'tw-font-medium tw-pr-2',
|
||||
|
@ -130,9 +130,11 @@ const ErrorPlaceHolderES = ({ type, errorMessage, query = '' }: Props) => {
|
||||
|
||||
return (
|
||||
<div className="tw-mt-10 tw-text-base tw-font-medium">
|
||||
<p className="tw-text-center tw-text-lg tw-font-bold tw-mb-1 tw-text-primary">
|
||||
{`Hi, ${getUserDisplayName()}!`}
|
||||
</p>
|
||||
{type !== 'noData' && (
|
||||
<p className="tw-text-center tw-text-lg tw-font-bold tw-mb-1 tw-text-primary">
|
||||
{`Hi, ${getUserDisplayName()}!`}
|
||||
</p>
|
||||
)}
|
||||
{type === 'noData' && noRecordForES()}
|
||||
{type === 'error' && elasticSearchError()}
|
||||
</div>
|
||||
|
@ -71,7 +71,7 @@
|
||||
@apply tw-border tw-border-main tw-leading-normal;
|
||||
}
|
||||
.tableHead-cell {
|
||||
@apply tw-py-3 tw-px-6 tw-text-left tw-font-normal tw-whitespace-nowrap;
|
||||
@apply tw-py-3 tw-px-6 tw-font-medium tw-text-left tw-whitespace-nowrap;
|
||||
}
|
||||
.tableBody {
|
||||
@apply tw-text-grey-body;
|
||||
|
Loading…
x
Reference in New Issue
Block a user