From 214b588975c9ce91c64363a311ef5e92be19f5f6 Mon Sep 17 00:00:00 2001 From: prashant singh rathore Date: Wed, 3 Aug 2022 11:32:09 +0530 Subject: [PATCH 1/8] Implemented: additional job actions, to job config component(#364tt29) --- src/components/JobConfiguration.vue | 108 ++++++++++++++++++++++++++-- 1 file changed, 104 insertions(+), 4 deletions(-) diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index c38eeb53..5a854bff 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -70,13 +70,40 @@ {{ $t("Save changes") }} + + + + {{ $t("History") }} + + + + + {{ $t("Run now") }} + + + + + + + {{ $t("Copy details") }} + + + + + {{ $t("Pin job") }} + + + +