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
ff1af7f2
Unverified
Commit
ff1af7f2
authored
Oct 27, 2020
by
liuzhe-lz
Committed by
GitHub
Oct 27, 2020
Browse files
Merge pull request #3029 from liuzhe-lz/v2.0-merge
Merge master into v2.0
parents
e21a6984
3b90b9d9
Changes
143
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
+15
-13
ts/webui/src/static/style/progress/progress.scss
ts/webui/src/static/style/progress/progress.scss
+0
-1
ts/webui/src/static/style/succTable.scss
ts/webui/src/static/style/succTable.scss
+12
-9
ts/webui/src/static/style/tableStatus.css
ts/webui/src/static/style/tableStatus.css
+3
-3
No files found.
ts/webui/src/static/style/progress/progress.scss
View file @
ff1af7f2
...
...
@@ -3,7 +3,6 @@
color
:
#0573bc
;
font-size
:
20px
;
font-weight
:
600
;
margin-top
:
5px
;
.status-text
{
display
:
inline-block
;
...
...
ts/webui/src/static/style/succTable.scss
View file @
ff1af7f2
...
...
@@ -5,17 +5,20 @@
position
:
relative
;
.succTable-tooltip
{
width
:
90%
;
position
:
absolute
;
top
:
40%
;
left
:
5%
;
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
.link
{
margin-left
:
15px
;
a
{
font-weight
:
500
;
color
:
blue
;
}
a
{
font-weight
:
500
;
color
:
blue
;
}
}
.succeed-padding
{
padding-left
:
6px
;
box-sizing
:
border-box
;
}
}
ts/webui/src/static/style/tableStatus.css
View file @
ff1af7f2
...
...
@@ -5,11 +5,11 @@
}
.FAILED
{
color
:
#
dd4b39
;
color
:
#
a4262c
;
}
.SUCCEEDED
{
color
:
#00a
445
;
color
:
#00a
d56
;
}
.UNKNOWN
{
...
...
@@ -21,7 +21,7 @@
}
.WAITING
{
color
:
#
fdc401
;
color
:
#
d29200
;
}
.EARLY_STOPPED
{
...
...
Prev
1
…
4
5
6
7
8
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