mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-21 08:21:40 +00:00
This commit is contained in:
parent
f8e8d2f7ab
commit
dd85280a32
@ -596,6 +596,8 @@ const EntityTable = ({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{cell.column.id === 'dataTypeDisplay' && (
|
{cell.column.id === 'dataTypeDisplay' && (
|
||||||
|
<>
|
||||||
|
{cell.value ? (
|
||||||
<>
|
<>
|
||||||
{isReadOnly ? (
|
{isReadOnly ? (
|
||||||
<div className="tw-flex tw-flex-wrap tw-w-60 tw-overflow-x-auto">
|
<div className="tw-flex tw-flex-wrap tw-w-60 tw-overflow-x-auto">
|
||||||
@ -610,7 +612,9 @@ const EntityTable = ({
|
|||||||
<PopOver
|
<PopOver
|
||||||
html={
|
html={
|
||||||
<div className="tw-break-words">
|
<div className="tw-break-words">
|
||||||
<span>{cell.value.toLowerCase()}</span>
|
<span>
|
||||||
|
{cell.value.toLowerCase()}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
position="bottom"
|
position="bottom"
|
||||||
@ -631,6 +635,10 @@ const EntityTable = ({
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
) : (
|
||||||
|
'--'
|
||||||
|
)}
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{cell.column.id === 'tags' && (
|
{cell.column.id === 'tags' && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user