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
b0bcde86
Unverified
Commit
b0bcde86
authored
Mar 23, 2022
by
Lijiaoa
Committed by
GitHub
Mar 23, 2022
Browse files
Refine webui (#4548)
parent
b4d8aebb
Changes
89
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
1 deletion
+9
-1
ts/webui/src/static/style/experiment/trialdetail/para.scss
ts/webui/src/static/style/experiment/trialdetail/para.scss
+0
-0
ts/webui/src/static/style/experiment/trialdetail/search.scss
ts/webui/src/static/style/experiment/trialdetail/search.scss
+0
-0
ts/webui/src/static/style/experiment/trialdetail/tensorboard.scss
.../src/static/style/experiment/trialdetail/tensorboard.scss
+0
-0
ts/webui/src/static/style/experiment/trialdetail/trialsDetail.scss
...src/static/style/experiment/trialdetail/trialsDetail.scss
+0
-0
ts/webui/src/static/style/experimentManagement/experiment.scss
...bui/src/static/style/experimentManagement/experiment.scss
+0
-0
ts/webui/src/static/style/index.css
ts/webui/src/static/style/index.css
+0
-0
ts/webui/src/static/style/logPanel.scss
ts/webui/src/static/style/logPanel.scss
+1
-1
ts/webui/src/static/style/nav/slideNavBtns.scss
ts/webui/src/static/style/nav/slideNavBtns.scss
+0
-0
ts/webui/tsconfig.json
ts/webui/tsconfig.json
+8
-0
No files found.
ts/webui/src/static/style/para.scss
→
ts/webui/src/static/style/
experiment/trialdetail/
para.scss
View file @
b0bcde86
File moved
ts/webui/src/static/style/search.scss
→
ts/webui/src/static/style/
experiment/trialdetail/
search.scss
View file @
b0bcde86
File moved
ts/webui/src/static/style/tensorboard.scss
→
ts/webui/src/static/style/
experiment/trialdetail/
tensorboard.scss
View file @
b0bcde86
File moved
ts/webui/src/static/style/trialsDetail.scss
→
ts/webui/src/static/style/
experiment/trialdetail/
trialsDetail.scss
View file @
b0bcde86
File moved
ts/webui/src/static/style/experiment/experiment.scss
→
ts/webui/src/static/style/experiment
Management
/experiment.scss
View file @
b0bcde86
File moved
ts/webui/src/index.css
→
ts/webui/src/
static/style/
index.css
View file @
b0bcde86
File moved
ts/webui/src/static/style/log
Drawer
.scss
→
ts/webui/src/static/style/log
Panel
.scss
View file @
b0bcde86
...
@@ -55,8 +55,8 @@ $navBarMarginBottom: 18px;
...
@@ -55,8 +55,8 @@ $navBarMarginBottom: 18px;
.panelName
{
.panelName
{
line-height
:
$navBarHeight
;
line-height
:
$navBarHeight
;
font-size
:
14px
;
margin-bottom
:
$navBarMarginBottom
;
margin-bottom
:
$navBarMarginBottom
;
font-size
:
14px
;
font-weight
:
500
;
font-weight
:
500
;
}
}
...
...
ts/webui/src/static/style/
overview/panel
.scss
→
ts/webui/src/static/style/
nav/slideNavBtns
.scss
View file @
b0bcde86
File moved
ts/webui/tsconfig.json
View file @
b0bcde86
...
@@ -6,6 +6,14 @@
...
@@ -6,6 +6,14 @@
"dom.iterable"
,
"dom.iterable"
,
"esnext"
"esnext"
],
],
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"src/*"
],
"@components/*"
:
[
"src/components/*"
],
"@static/*"
:
[
"src/static/*"
],
"@style/*"
:
[
"src/static/style/*"
],
"@model/*"
:
[
"src/static/model/*"
]
},
"allowJs"
:
true
,
"allowJs"
:
true
,
"skipLibCheck"
:
true
,
"skipLibCheck"
:
true
,
"esModuleInterop"
:
true
,
"esModuleInterop"
:
true
,
...
...
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