From a13642c2afae55237d80e3374607c2643fe0d9c3 Mon Sep 17 00:00:00 2001 From: AllForNothing Date: Wed, 1 Jul 2020 17:55:26 +0800 Subject: [PATCH] Add proxy cache ui Signed-off-by: AllForNothing --- .../create-project.component.html | 41 ++++++++++++- .../create-project.component.spec.ts | 20 ++++++- .../create-project.component.ts | 50 +++++++++++++--- .../create-project/create-project.scss | 36 ++++++++++- .../chart-detail.component.spec.ts | 1 + .../list-project/list-project.component.html | 2 + .../list-project/list-project.component.ts | 5 ++ .../project-detail.component.html | 10 +++- .../project-detail.component.scss | 12 ++++ .../project-detail.component.ts | 4 ++ src/portal/src/app/project/project.ts | 1 + .../project/summary/summary.component.html | 16 +++-- .../project/summary/summary.component.scss | 4 ++ .../project/summary/summary.component.spec.ts | 59 +++++++++++++++++-- .../app/project/summary/summary.component.ts | 41 +++++++++++-- src/portal/src/i18n/lang/en-us-lang.json | 9 ++- src/portal/src/i18n/lang/es-es-lang.json | 7 ++- src/portal/src/i18n/lang/fr-fr-lang.json | 7 ++- src/portal/src/i18n/lang/pt-br-lang.json | 7 ++- src/portal/src/i18n/lang/tr-tr-lang.json | 7 ++- src/portal/src/i18n/lang/zh-cn-lang.json | 7 ++- src/portal/src/i18n/lang/zh-tw-lang.json | 7 ++- .../src/lib/services/project.service.ts | 11 ++-- 23 files changed, 325 insertions(+), 39 deletions(-) diff --git a/src/portal/src/app/project/create-project/create-project.component.html b/src/portal/src/app/project/create-project/create-project.component.html index 2ec099597..2f10b87b5 100644 --- a/src/portal/src/app/project/create-project/create-project.component.html +++ b/src/portal/src/app/project/create-project/create-project.component.html @@ -41,7 +41,7 @@
-
@@ -58,6 +58,45 @@
+
+ + + + +
+ +
+
+
+ +
+
+ {{"REPLICATION.NO_ENDPOINT_INFO" | translate}} + {{'REPLICATION.ENDPOINTS' | translate}} +
+
+
+
+ +
+
+ + +
+
+