From ab400c9dd22b56157f74af656a73086c7ddf327e Mon Sep 17 00:00:00 2001 From: kunal Dugar Date: Fri, 27 Sep 2024 10:15:52 +0530 Subject: [PATCH] UI Changes for Configuring Proxy-Cache Speed Limit (#20946) * Implemented proxy-cache bandwidth limit UI change Signed-off-by: kunal-511 * Removed ducplicate space between words Signed-off-by: kunal-511 * Fix UT issue Signed-off-by: stonezdj --------- Signed-off-by: kunal-511 Signed-off-by: stonezdj Co-authored-by: stonezdj --- .../create-project.component.html | 58 +++++++++++++++++++ .../create-project.component.ts | 56 +++++++++++++++++- src/portal/src/app/base/project/project.ts | 1 + .../src/app/shared/entities/shared.const.ts | 7 +++ src/portal/src/i18n/lang/de-de-lang.json | 3 + src/portal/src/i18n/lang/en-us-lang.json | 3 + src/portal/src/i18n/lang/es-es-lang.json | 3 + src/portal/src/i18n/lang/fr-fr-lang.json | 3 + src/portal/src/i18n/lang/ko-kr-lang.json | 3 + src/portal/src/i18n/lang/pt-br-lang.json | 3 + src/portal/src/i18n/lang/tr-tr-lang.json | 3 + src/portal/src/i18n/lang/zh-cn-lang.json | 3 + src/portal/src/i18n/lang/zh-tw-lang.json | 3 + 13 files changed, 147 insertions(+), 2 deletions(-) diff --git a/src/portal/src/app/base/left-side-nav/projects/create-project/create-project.component.html b/src/portal/src/app/base/left-side-nav/projects/create-project/create-project.component.html index e09a4bd6935..21734b993f5 100644 --- a/src/portal/src/app/base/left-side-nav/projects/create-project/create-project.component.html +++ b/src/portal/src/app/base/left-side-nav/projects/create-project/create-project.component.html @@ -223,6 +223,64 @@ +
+ +
+ + +
+ +
+ + {{ 'PROJECT.SPEED_LIMIT_TIP' | translate }} + +
+