From 9695b248015656f5dbfcd2ac1f407125e07e86a3 Mon Sep 17 00:00:00 2001 From: Amine Mouhoub Date: Wed, 31 Jan 2024 17:00:43 +0100 Subject: [PATCH] Add variables view modal --- app/index.html | 17 ++++- app/scripts/proactive/model/Job.js | 3 +- .../templates/job-variable-template.html | 65 ++++++++++++++--- app/scripts/proactive/view/FileBrowserView.js | 4 ++ app/scripts/proactive/view/JobVariableView.js | 6 +- .../view/ThirdPartyCredentialView.js | 4 ++ .../proactive/view/ViewWithProperties.js | 14 ++-- app/scripts/proactive/view/dom.js | 69 ++++++++++++++++--- app/styles/studio.css | 12 ++++ 9 files changed, 168 insertions(+), 26 deletions(-) diff --git a/app/index.html b/app/index.html index e814ff33..a29a9ceb 100644 --- a/app/index.html +++ b/app/index.html @@ -920,7 +920,22 @@

Set the variables used for the job

- + +