From d99857002d6d17f02b4be033ad56699c5fe3b103 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 22 Aug 2025 13:18:22 -0600 Subject: [PATCH] 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