From c0ffee5a6789b46aeb5516608301a65493a8826c Mon Sep 17 00:00:00 2001 From: bupd Date: Wed, 22 Jan 2025 16:51:45 +0530 Subject: [PATCH] extend copy pull command with custom prefix * This commit adds custom as dropdown option * add custom_runtime localstorage variable for the pull prefix * fix artifact list tab styles * align copy icon in artifact tag list tab Signed-off-by: bupd --- .../preference-settings.component.html | 78 ++++++++++++++++--- .../preference-settings.component.scss | 8 +- .../preference-settings.component.ts | 42 +++++++++- .../artifact-list-tab.component.scss | 2 + .../pull-command/pull-command.component.html | 2 +- .../artifact-tag/artifact-tag.component.html | 4 +- .../artifact-tag/artifact-tag.component.scss | 66 +++++++++------- .../project/repository/artifact/artifact.ts | 12 +++ .../push-image/copy-input.coponent.html | 4 +- .../src/app/shared/entities/shared.const.ts | 2 + .../src/app/shared/units/shared.utils.ts | 16 +++- 11 files changed, 184 insertions(+), 52 deletions(-) diff --git a/src/portal/src/app/base/preference-settings/preference-settings.component.html b/src/portal/src/app/base/preference-settings/preference-settings.component.html index 94fd4ce24d9..b69f1deab35 100644 --- a/src/portal/src/app/base/preference-settings/preference-settings.component.html +++ b/src/portal/src/app/base/preference-settings/preference-settings.component.html @@ -3,7 +3,7 @@ [clrModalClosable]="false" [clrModalStaticBackdrop]="false"> -