From 4af78d22a17bfb599db887177116ef53d19dbbfb Mon Sep 17 00:00:00 2001 From: "Gross, Lukas" Date: Thu, 19 Sep 2024 14:48:04 +0200 Subject: [PATCH 1/3] Added Rotate Credentials Help Dialog --- .../components/GCredentialRotationHelp.vue | 54 +++++++++++++++++++ .../GShootCredentialRotationCard.vue | 7 ++- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 frontend/src/components/GCredentialRotationHelp.vue diff --git a/frontend/src/components/GCredentialRotationHelp.vue b/frontend/src/components/GCredentialRotationHelp.vue new file mode 100644 index 0000000000..2a4e19bb72 --- /dev/null +++ b/frontend/src/components/GCredentialRotationHelp.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue b/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue index a126c38f9e..db0cf0e7bb 100644 --- a/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue +++ b/frontend/src/components/ShootDetails/GShootCredentialRotationCard.vue @@ -6,7 +6,11 @@ SPDX-License-Identifier: Apache-2.0