Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
4bc2512e
Commit
4bc2512e
authored
Oct 09, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
2a5ad2e1
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
craco.config.js
craco.config.js
+1
-1
AssetTable.jsx
src/view/Manage/AssetManage/Component/AssetTable.jsx
+1
-1
Task.jsx
src/view/Manage/MetadataHarvester/Component/Task.jsx
+1
-1
ExpandedModelTable.jsx
src/view/Manage/Model/Component/ExpandedModelTable.jsx
+1
-1
ModelTable.jsx
src/view/Manage/Model/Component/ModelTable.jsx
+1
-1
SuggestTable.jsx
src/view/Manage/Model/Component/SuggestTable.jsx
+1
-1
PartitionCURD.jsx
src/view/Manage/ModelConfig/Component/PartitionCURD.jsx
+1
-1
No files found.
craco.config.js
View file @
4bc2512e
...
@@ -50,7 +50,7 @@ module.exports = {
...
@@ -50,7 +50,7 @@ module.exports = {
},
},
proxy
:
{
proxy
:
{
'/api'
:
{
'/api'
:
{
target
:
'http://1
39.198.127.28:1
8189'
,
target
:
'http://1
92.168.0.111:
8189'
,
changeOrigin
:
true
,
changeOrigin
:
true
,
},
},
'/data-quality'
:
{
'/data-quality'
:
{
...
...
src/view/Manage/AssetManage/Component/AssetTable.jsx
View file @
4bc2512e
...
@@ -69,7 +69,7 @@ const AssetItem = (props) => {
...
@@ -69,7 +69,7 @@ const AssetItem = (props) => {
return
(
return
(
<
Tooltip
<
Tooltip
overlayClassName=
'tooltip-common'
overlayClassName=
'tooltip-common'
title=
{
(
typeof
metadata
===
'string'
)
?
(
content
||
''
)
:
<
div
style=
{
{
width
:
500
,
maxHeight
:
300
,
overflow
:
'auto'
}
}
>
title=
{
(
typeof
metadata
===
'string'
)
?
(
content
||
''
)
:
<
div
style=
{
{
width
:
500
}
}
>
<
Table
<
Table
dataSource=
{
metadata
?.
columnItems
||
[]
}
dataSource=
{
metadata
?.
columnItems
||
[]
}
columns=
{
cols
}
columns=
{
cols
}
...
...
src/view/Manage/MetadataHarvester/Component/Task.jsx
View file @
4bc2512e
...
@@ -94,7 +94,7 @@ const FC = (props) => {
...
@@ -94,7 +94,7 @@ const FC = (props) => {
return
(
return
(
<
Tooltip
<
Tooltip
title=
{
title=
{
<
div
style=
{
{
maxWidth
:
400
,
maxHeight
:
300
,
overflow
:
'auto'
}
}
>
<
div
style=
{
{
maxWidth
:
400
}
}
>
{
text
}
{
text
}
</
div
>
</
div
>
}
}
...
...
src/view/Manage/Model/Component/ExpandedModelTable.jsx
View file @
4bc2512e
...
@@ -46,7 +46,7 @@ const ModelNameColumn = (props) => {
...
@@ -46,7 +46,7 @@ const ModelNameColumn = (props) => {
let
_textComponent
=
<
span
style=
{
{
color
:
'#000'
}
}
>
{
text
}
</
span
>;
let
_textComponent
=
<
span
style=
{
{
color
:
'#000'
}
}
>
{
text
}
</
span
>;
if
(
data
.
digest
)
{
if
(
data
.
digest
)
{
_textComponent
=
<
div
style=
{
{
width
:
500
,
maxHeight
:
300
,
overflow
:
'auto'
}
}
>
_textComponent
=
<
div
style=
{
{
width
:
500
}
}
>
<
Table
<
Table
rowKey=
'name'
rowKey=
'name'
dataSource=
{
data
.
digest
.
attributeDigests
||
[]
}
dataSource=
{
data
.
digest
.
attributeDigests
||
[]
}
...
...
src/view/Manage/Model/Component/ModelTable.jsx
View file @
4bc2512e
...
@@ -88,7 +88,7 @@ const ModelNameColumn = (props) => {
...
@@ -88,7 +88,7 @@ const ModelNameColumn = (props) => {
let _textComponent = <span style={{ color: '#000' }}>{text}</span>;
let _textComponent = <span style={{ color: '#000' }}>{text}</span>;
if (data.digest) {
if (data.digest) {
_textComponent = <div
style={{ maxHeight: 300, overflow: 'auto' }}
>
_textComponent = <div>
<Table
<Table
rowKey='name'
rowKey='name'
dataSource={data.digest.attributeDigests||[]}
dataSource={data.digest.attributeDigests||[]}
...
...
src/view/Manage/Model/Component/SuggestTable.jsx
View file @
4bc2512e
...
@@ -41,7 +41,7 @@ const ResizeableHeaderCell = props => {
...
@@ -41,7 +41,7 @@ const ResizeableHeaderCell = props => {
const
SourceComponent
=
(
props
)
=>
{
const
SourceComponent
=
(
props
)
=>
{
const
{
data
,
onClick
,
name
}
=
props
;
const
{
data
,
onClick
,
name
}
=
props
;
const
moreSourceComponent
=
<
div
style=
{
{
maxWidth
:
400
,
maxHeight
:
300
,
overflow
:
'auto'
}
}
>
const
moreSourceComponent
=
<
div
style=
{
{
maxWidth
:
400
}
}
>
{
{
(
data
||
[]).
map
((
source
,
index
)
=>
{
(
data
||
[]).
map
((
source
,
index
)
=>
{
return
(
return
(
...
...
src/view/Manage/ModelConfig/Component/PartitionCURD.jsx
View file @
4bc2512e
...
@@ -91,7 +91,7 @@ const PartitionCURD = (props) => {
...
@@ -91,7 +91,7 @@ const PartitionCURD = (props) => {
<
Tooltip
<
Tooltip
placement=
'topLeft'
placement=
'topLeft'
title=
{
title=
{
<
div
style=
{
{
maxWidth
:
400
,
maxHeight
:
300
,
overflow
:
'auto'
}
}
>
<
div
style=
{
{
maxWidth
:
400
}
}
>
{
text
||
''
}
{
text
||
''
}
</
div
>
</
div
>
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment