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
79a51d41
"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "2fdf510d05a11280fff4688aa231491be98ef8d6"
Unverified
Commit
79a51d41
authored
Sep 02, 2022
by
Lijiaoa
Committed by
GitHub
Sep 02, 2022
Browse files
[Ready for review] bug bash (#5098)
parent
e9ea1853
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
50 additions
and
26 deletions
+50
-26
ts/webui/src/components/experiment/overview/table/SuccessTable.tsx
...src/components/experiment/overview/table/SuccessTable.tsx
+1
-1
ts/webui/src/components/experiment/trialdetail/table/TableList.tsx
...src/components/experiment/trialdetail/table/TableList.tsx
+1
-1
ts/webui/src/components/experiment/trialdetail/table/tableFunction/CompareIndex.tsx
...periment/trialdetail/table/tableFunction/CompareIndex.tsx
+1
-1
ts/webui/src/static/model/searchspace.ts
ts/webui/src/static/model/searchspace.ts
+2
-0
ts/webui/src/static/style/common/common.scss
ts/webui/src/static/style/common/common.scss
+9
-0
ts/webui/src/static/style/experiment/overview/count.scss
ts/webui/src/static/style/experiment/overview/count.scss
+2
-1
ts/webui/src/static/style/nav/nav.scss
ts/webui/src/static/style/nav/nav.scss
+0
-1
ts/webui/src/static/style/nav/slideNavBtns.scss
ts/webui/src/static/style/nav/slideNavBtns.scss
+30
-18
ts/webui/src/static/style/table.scss
ts/webui/src/static/style/table.scss
+4
-3
No files found.
ts/webui/src/components/experiment/overview/table/SuccessTable.tsx
View file @
79a51d41
...
...
@@ -122,7 +122,7 @@ class SuccessTable extends React.Component<SuccessTableProps, SuccessTableState>
transform
:
`rotate(
${
this
.
props
.
expandRowIDs
.
has
(
item
.
id
)
?
90
:
0
}
deg)`
}
}
}
className
=
'cursor'
className
=
'cursor
bold positionTop
'
onClick
=
{
this
.
expandTrialId
.
bind
(
this
,
Event
,
item
.
id
)
}
/>
),
...
...
ts/webui/src/components/experiment/trialdetail/table/TableList.tsx
View file @
79a51d41
...
...
@@ -306,7 +306,7 @@ class TableList extends React.Component<TableListProps, TableListState> {
<
Icon
aria
-
hidden
=
{
true
}
iconName
=
'ChevronRight'
className
=
'cursor'
className
=
'cursor
bold positionTop
'
styles
=
{
{
root
:
{
transition
:
'
all 0.2s
'
,
...
...
ts/webui/src/components/experiment/trialdetail/table/tableFunction/CompareIndex.tsx
View file @
79a51d41
...
...
@@ -264,7 +264,7 @@ function CompareIndex(props: CompareProps): any {
/>
</
div
>
{
intermediateAllKeysList
.
length
>
1
||
(
intermediateAllKeysList
.
length
===
1
&&
intermediateAllKeysList
!==
[
'
default
'
]
)
?
(
(
intermediateAllKeysList
.
length
===
1
&&
intermediateAllKeysList
[
0
]
!==
'
default
'
)
?
(
<
Stack
horizontalAlign
=
'end'
className
=
'selectKeys'
>
<
Dropdown
className
=
'select'
...
...
ts/webui/src/static/model/searchspace.ts
View file @
79a51d41
...
...
@@ -47,6 +47,7 @@ class SimpleOrdinalAxis implements SingleAxis {
type
:
string
;
baseName
:
string
;
fullName
:
string
;
// eslint-disable-next-line @typescript-eslint/prefer-as-const
scale
:
'
ordinal
'
=
'
ordinal
'
;
domain
:
any
[];
nested
=
false
;
...
...
@@ -62,6 +63,7 @@ class NestedOrdinalAxis implements SingleAxis {
type
:
string
;
baseName
:
string
;
fullName
:
string
;
// eslint-disable-next-line @typescript-eslint/prefer-as-const
scale
:
'
ordinal
'
=
'
ordinal
'
;
domain
=
new
Map
<
string
,
MultipleAxes
>
();
nested
=
true
;
...
...
ts/webui/src/static/style/common/common.scss
View file @
79a51d41
...
...
@@ -74,6 +74,11 @@ $themeBlue: #0071bc;
font-weight
:
bold
;
}
.positionTop
{
position
:
relative
;
top
:
2px
;
}
.input-padding
{
padding-left
:
10px
;
}
...
...
@@ -87,3 +92,7 @@ $themeBlue: #0071bc;
color
:
#333
;
}
}
.ms-DetailsRow-cell
{
padding-top
:
8px
;
}
ts/webui/src/static/style/experiment/overview/count.scss
View file @
79a51d41
...
...
@@ -32,6 +32,7 @@ $margin: 24px;
.maxTrialNum
{
margin-bottom
:
10px
;
.editparam
{
position
:
relative
;
top
:
-7px
;
...
...
@@ -48,7 +49,7 @@ $margin: 24px;
top
:
-4px
;
}
.editExpDuration
{
.editExpDuration
{
box-sizing
:
border-box
;
width
:
31%
;
position
:
relative
;
...
...
ts/webui/src/static/style/nav/nav.scss
View file @
79a51d41
...
...
@@ -85,7 +85,6 @@ $barHeight: 56px;
border-bottom
:
1px
solid
#fff
;
}
.left-right-margin
{
margin-left
:
20px
;
margin-right
:
20px
;
...
...
ts/webui/src/static/style/nav/slideNavBtns.scss
View file @
79a51d41
$buttonBorderRadius
:
23px
;
$errorseriscolor
:
#FC615C
;
$errorseriscolor
:
#fc615c
;
.config
{
position
:
fixed
;
right
:
0
;
...
...
@@ -87,17 +88,18 @@ $errorseriscolor: #FC615C;
right
:
20px
;
max-width
:
455px
;
min-width
:
300px
;
padding
:
2
8px
32
px
;
padding
:
2
4
px
;
border-radius
:
8px
;
box-shadow
:
0px
4px
16px
rgba
(
78
,
97
,
123
,
0
.2
);
border
:
1px
solid
#f8f8f8
;
box-shadow
:
0
4px
16px
rgba
(
78
,
97
,
123
,
0
.2
);
background-color
:
#fff
;
.head
{
height
:
27px
;
line-height
:
27px
;
font-size
:
20
px
;
font-size
:
18
px
;
font-weight
:
700
;
margin-bottom
:
1
5
px
;
margin-bottom
:
1
2
px
;
.title
{
color
:
$errorseriscolor
;
...
...
@@ -108,17 +110,22 @@ $errorseriscolor: #FC615C;
right
:
30px
;
}
.icon
{
width
:
2
5
px
;
height
:
2
5
px
;
.icon
{
width
:
2
4
px
;
height
:
2
4
px
;
background-color
:
$errorseriscolor
;
border-radius
:
50%
;
margin-right
:
15px
;
margin-right
:
10px
;
margin-top
:
1px
;
i
{
font-size
:
21px
;
i
{
display
:
block
;
text-align
:
center
;
font-size
:
14px
;
font-weight
:
600
;
color
:
#fff
;
margin-left
:
2px
;
position
:
relative
;
top
:
-1px
;
}
}
}
...
...
@@ -128,15 +135,20 @@ $errorseriscolor: #FC615C;
}
&
-buttons
{
margin-top
:
1
0
px
;
margin-top
:
1
6
px
;
}
.detailsBtn
{
width
:
113
px
;
height
:
3
2px
;
height
:
30
px
;
font-size
:
1
2px
;
color
:
#fff
;
background
:
$errorseriscolor
;
border
:
none
;
border-radius
:
6px
;
padding
:
0
12px
;
.ms-Button-label
{
font-size
:
12px
;
}
}
}
ts/webui/src/static/style/table.scss
View file @
79a51d41
...
...
@@ -55,12 +55,13 @@
overflow-y
:
auto
;
}
$checkboxwidth
:
1
7
px
;
$checkboxwidth
:
1
8
px
;
.detail-check
{
.ms-Checkbox-checkbox
{
width
:
$checkboxwidth
;
height
:
$checkboxwidth
;
margin-top
:
3px
;
border-radius
:
50%
;
border
:
none
;
...
...
@@ -69,7 +70,8 @@ $checkboxwidth: 17px;
}
i
{
width
:
12px
;
font-size
:
8px
;
font-weight
:
600
;
}
}
}
...
...
@@ -88,4 +90,3 @@ $checkboxwidth: 17px;
color
:
#cb4b16
;
}
}
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