Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d1a9ef8
feat(di-trainer/di-jobmonitor/di-lcm/di-cli):
renzhe-li Apr 6, 2022
7ef0b56
feat(appconns/dss-mlflow-appconn): Add MLFlow Appconn
James23Wang Apr 6, 2022
5898faf
"feat(appconns/dss-mlss-appconn): Add MLSS Appconn
hexudong111 Apr 6, 2022
cc5aa2a
feat(mf): Add Model Factory Module
bleachzk Apr 6, 2022
4ebbe3d
feat(isntall): Update install file
alexzyWu Apr 6, 2022
3e9746c
feat(isntall): Update install file
alexzyWu Apr 6, 2022
bd8b620
Merge pull request #46 from alexzyWu/master
alexzyWu Apr 6, 2022
c0b7652
docs(docs): Update docs module
alexzyWu Apr 6, 2022
444d2ce
feat(mllabis): Add resource modification and release
alexzyWu Apr 6, 2022
d691742
1.add
uuarttt Apr 6, 2022
e07d105
Merge pull request #48 from hanwutian/master
alexzyWu Apr 6, 2022
33b87f6
Merge pull request #47 from alexzyWu/mllabis-resource-control-feature
alexzyWu Apr 6, 2022
268f286
Merge pull request #45 from bleachzk/master
alexzyWu Apr 6, 2022
3119e8c
Merge pull request #44 from hexudong111/master
alexzyWu Apr 6, 2022
d42fd7e
Merge pull request #42 from James23Wang/dev
alexzyWu Apr 6, 2022
d0f5db6
Merge pull request #43 from renzhe-li/dev
alexzyWu Apr 6, 2022
f8ef67e
Merge branch 'WeBankFinTech:dev-0.3.0' into dev-0.3.0
alexzyWu Apr 7, 2022
a218e8c
fix(mllabis): Remove parameter limit in notebook creation
alexzyWu Apr 7, 2022
191b003
Merge pull request #50 from alexzyWu/mllabis-parameter-limit
alexzyWu Apr 7, 2022
f61b3e8
fix(ui): update ui
alexzyWu Apr 7, 2022
9263079
fix(ui): Remove output in UI
alexzyWu Apr 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ui): update ui
1、Add MLFlow Module.
1、Add Model Factory Module.
  • Loading branch information
alexzyWu committed Apr 7, 2022
commit f61b3e8acf1c25a59b52076f5245106e81731fca
10 changes: 1 addition & 9 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Prophecis-UI



UI is the front-end part of the website of other subsystems of prophecis, including front-end pages and page jump controllers, and is mainly responsible for the view control and data display of users visiting web pages.



# new-project

### Project setup
## Project setup
```
npm install
```
Expand Down
840 changes: 830 additions & 10 deletions ui/i18n-config.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ui/output/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#FROM dev.sf.dockerhub.stgwebank/webank/mlss-di:nginx-1.10-auth-request
FROM nginx:latest
FROM uat.sf.dockerhub.stgwebank/webank/mlss-di:nginx-1.19.6
ADD output/css /var/www/html/css/
ADD output/fonts /var/www/html/fonts/
ADD output/img /var/www/html/img/
ADD output/index.html /var/www/html/
ADD output/js /var/www/html/js/
ADD output/static /var/www/html/static/
ADD output/_book /var/www/html/_book
ADD output/_book /var/www/html/_book
16 changes: 16 additions & 0 deletions ui/output/css/app.ee454b38.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/output/css/chunk-01855b1e.1068eaaf.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/output/css/chunk-0ad12dbb.51fc3117.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions ui/output/css/chunk-1b5def74.671123c2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/output/css/chunk-222afb4e.ad3ef4af.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/output/css/chunk-23c0ce54.a41e72ef.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/output/css/chunk-29048f34.763073df.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.file-name[data-v-ba798a34]{margin-left:190px}.storage-td[data-v-a7bdd19a]{color:#409eff}
Loading