From 446104c8349fcc2b9e585a0ea4bfc1bbe10bfb97 Mon Sep 17 00:00:00 2001 From: wangjr Date: Sat, 2 Apr 2022 11:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BF=BB=E9=A1=B5=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=86=85=E9=83=A8=E5=9B=BD=E9=99=85=E5=8C=96=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- options/locale/locale_zh-CN.ini | 2 + templates/admin/cloudbrain/list.tmpl | 35 +- templates/base/footer_content_fluid.tmpl | 2 +- templates/custom/select_dataset.tmpl | 17 +- templates/explore/data_analysis.tmpl | 5 +- templates/explore/datasets.tmpl | 15 + templates/repo/datasets/index.tmpl | 15 + web_src/js/components/Contributors.vue | 13 + web_src/js/components/DataAnalysis.vue | 5 +- web_src/js/components/Images.vue | 6 +- web_src/js/components/Model.vue | 14 + web_src/js/components/ProAnalysis.vue | 1739 +++++++++++----------- web_src/js/components/UserAnalysis.vue | 17 +- 13 files changed, 1002 insertions(+), 883 deletions(-) diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 4e73fbad5..fb85f6dfa 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -2922,3 +2922,5 @@ cpu_num = CPU数 memory = 内存 shared_memory = 共享内存 +[mirror] +imageMirror = 云脑镜像 diff --git a/templates/admin/cloudbrain/list.tmpl b/templates/admin/cloudbrain/list.tmpl index 39b2c21de..2d291d97e 100644 --- a/templates/admin/cloudbrain/list.tmpl +++ b/templates/admin/cloudbrain/list.tmpl @@ -315,15 +315,28 @@ {{template "base/footer" .}} diff --git a/templates/base/footer_content_fluid.tmpl b/templates/base/footer_content_fluid.tmpl index 6d3cada9e..7926e9fe1 100644 --- a/templates/base/footer_content_fluid.tmpl +++ b/templates/base/footer_content_fluid.tmpl @@ -19,7 +19,7 @@
{{.i18n.Tr "custom.foot.help"}}
+ + \ No newline at end of file diff --git a/templates/explore/data_analysis.tmpl b/templates/explore/data_analysis.tmpl index 34ad3f018..f041c2914 100755 --- a/templates/explore/data_analysis.tmpl +++ b/templates/explore/data_analysis.tmpl @@ -8,8 +8,11 @@ \ No newline at end of file diff --git a/templates/explore/datasets.tmpl b/templates/explore/datasets.tmpl index ff18a3da3..6f5b86b04 100644 --- a/templates/explore/datasets.tmpl +++ b/templates/explore/datasets.tmpl @@ -216,3 +216,18 @@ {{template "base/footer" .}} + + diff --git a/templates/repo/datasets/index.tmpl b/templates/repo/datasets/index.tmpl index a38e86525..7a021eb56 100755 --- a/templates/repo/datasets/index.tmpl +++ b/templates/repo/datasets/index.tmpl @@ -344,3 +344,18 @@ {{template "base/delete_modal_actions" .}} {{template "base/footer" .}} + + \ No newline at end of file diff --git a/web_src/js/components/Contributors.vue b/web_src/js/components/Contributors.vue index cd85f6ae9..380617515 100644 --- a/web_src/js/components/Contributors.vue +++ b/web_src/js/components/Contributors.vue @@ -36,7 +36,20 @@ + - - + .colorChange { + background-color: #1684FC; + color: #FFFF; + cursor: default; + } + .items{ + text-align: center; + border-right:1px solid rgba(219, 219, 219, 100); + } + .item_l{ + margin-right: 5px; + border:1px solid rgba(219, 219, 219, 100); + height: 370px; + width: 100%; + } + .item_r{ + margin-right:5px; + border:1px solid rgba(219, 219, 219, 100); + height: 370px; + overflow:auto + } + .item_echart{ + margin-top: 10px; + margin-right: 5px; + border:1px solid rgba(219, 219, 219, 100); + height: 350px; + width: 100%; + } + .item_content{ + color:#0366D6; + margin-top: 10px; + font-weight:bold; + } + diff --git a/web_src/js/components/UserAnalysis.vue b/web_src/js/components/UserAnalysis.vue index 682dbc78c..2b579fd16 100755 --- a/web_src/js/components/UserAnalysis.vue +++ b/web_src/js/components/UserAnalysis.vue @@ -159,6 +159,19 @@