Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
593a275c
Commit
593a275c
authored
Dec 14, 2020
by
Yuge Zhang
Browse files
Merge branch 'master' of
https://github.com/microsoft/nni
into dev-retiarii
parents
b3cdee85
683c458a
Changes
85
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1158 additions
and
1215 deletions
+1158
-1215
ts/webui/src/static/style/overview/overview.scss
ts/webui/src/static/style/overview/overview.scss
+18
-24
ts/webui/src/static/style/overview/probar.scss
ts/webui/src/static/style/overview/probar.scss
+0
-0
ts/webui/src/static/style/progress/progress.scss
ts/webui/src/static/style/progress/progress.scss
+0
-66
ts/webui/src/static/style/table.scss
ts/webui/src/static/style/table.scss
+0
-6
ts/webui/yarn.lock
ts/webui/yarn.lock
+1140
-1119
No files found.
ts/webui/src/static/style/overview/overview.scss
View file @
593a275c
...
...
@@ -65,9 +65,8 @@ $boxGapPadding: 10px;
font-family
:
"Segoe UI"
,
Tahoma
,
Geneva
,
Verdana
,
sans-serif
;
p
{
color
:
#8f8f8f
;
font-size
:
14px
;
font-weight
:
normal
;
color
:
#8f8f8f
;
span
{
color
:
#484848
;
...
...
@@ -80,11 +79,6 @@ $boxGapPadding: 10px;
color
:
#484848
;
}
.nowrap
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
}
.overviewBestMetric
{
...
...
ts/webui/src/static/style/
progress
/probar.scss
→
ts/webui/src/static/style/
overview
/probar.scss
View file @
593a275c
File moved
ts/webui/src/static/style/progress/progress.scss
deleted
100644 → 0
View file @
b3cdee85
.status
{
color
:
#0573bc
;
font-size
:
20px
;
font-weight
:
600
;
.status-text
{
display
:
inline-block
;
}
.color
{
color
:
#333
;
}
}
.probar
{
width
:
100%
;
height
:
34px
;
margin-top
:
15px
;
.showProgress
{
width
:
300px
;
height
:
30px
;
}
.name
{
width
:
178px
;
box-sizing
:
border-box
;
line-height
:
30px
;
text-align
:
center
;
color
:
#fff
;
background-color
:
#999
;
border
:
2px
solid
#e6e6e6
;
border-top-left-radius
:
12px
;
border-bottom-left-radius
:
12px
;
}
.boundary
{
width
:
100%
;
line-height
:
24px
;
font-size
:
12px
;
color
:
#212121
;
.right
{
text-align
:
right
;
}
}
.description
{
line-height
:
34px
;
margin-left
:
6px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
}
.inputBox
{
height
:
32px
;
margin-top
:
5px
;
}
/* office-fabric-ui progressIndicator */
.ms-ProgressIndicator-itemProgress
{
padding
:
0
;
}
ts/webui/src/static/style/table.scss
View file @
593a275c
...
...
@@ -13,12 +13,6 @@
}
}
.ellipsis
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
#succeTable
,
#tableList
{
.commonTableStyle
.leftTitle
div
{
...
...
ts/webui/yarn.lock
View file @
593a275c
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
Next
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