Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
98754c70
Commit
98754c70
authored
Dec 30, 2019
by
Lijiao
Committed by
QuanluZhang
Dec 30, 2019
Browse files
fix overview page table trialId style (#1875)
parent
06db4729
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/webui/src/components/Modal/Compare.tsx
src/webui/src/components/Modal/Compare.tsx
+2
-1
src/webui/src/components/overview/SuccessTable.tsx
src/webui/src/components/overview/SuccessTable.tsx
+1
-2
No files found.
src/webui/src/components/Modal/Compare.tsx
View file @
98754c70
...
...
@@ -91,7 +91,8 @@ class Compare extends React.Component<CompareProps, {}> {
},
yAxis
:
{
type
:
'
value
'
,
name
:
'
Metric
'
name
:
'
Metric
'
,
scale
:
true
},
series
:
trialIntermediate
};
...
...
src/webui/src/components/overview/SuccessTable.tsx
View file @
98754c70
...
...
@@ -28,12 +28,11 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> {
{
title
:
'
Trial No.
'
,
dataIndex
:
'
sequenceId
'
,
width
:
140
,
className
:
'
tableHead
'
},
{
title
:
'
ID
'
,
dataIndex
:
'
id
'
,
width
:
6
0
,
width
:
8
0
,
className
:
'
tableHead leftTitle
'
,
render
:
(
text
:
string
,
record
:
TableRecord
):
React
.
ReactNode
=>
{
return
(
...
...
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