From 2a6c74917e5e2aafdc5fa6f473f1a3c99574fb60 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 22 Aug 2025 13:00:17 -0600 Subject: [PATCH 1/2] Ruleset Name UiElement Add a missing UiElement so all the repo fields are represented in the UI. --- salt/soc/soc_soc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index b292d1460..fe5df6d44 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -561,6 +561,8 @@ soc: forcedType: "[]{}" syntax: json uiElements: + - field: rulesetName + label: Ruleset Name - field: repo label: Repo URL required: True From d99857002d6d17f02b4be033ad56699c5fe3b103 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 22 Aug 2025 13:18:22 -0600 Subject: [PATCH 2/2] Improved Label The underlying field is called "rulesetName" but for playbook repos we're not talking about rulesets. Improved the label for user experience. --- salt/soc/soc_soc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index fe5df6d44..174368cbb 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -562,7 +562,7 @@ soc: syntax: json uiElements: - field: rulesetName - label: Ruleset Name + label: Playbook Source Name - field: repo label: Repo URL required: True