From 3d617abcef45a60c786fc3c593d17bafab9705c4 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 29 Nov 2024 13:46:59 +0100 Subject: [PATCH] set other label for awx aae --- hooks/templates/config_custom.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/templates/config_custom.php.erb b/hooks/templates/config_custom.php.erb index 8788cb19..854c90ee 100644 --- a/hooks/templates/config_custom.php.erb +++ b/hooks/templates/config_custom.php.erb @@ -91,7 +91,7 @@ return [ ], 'awx.aae'=>[ 'plugin'=>'awx', - 'label'=>'AWX', + 'label'=>'AWX AAE', 'url'=>'<%= @replace["rollout-axw-aae-url"] %>', // no ending "/" 'user'=>'<%= @replace["rollout-axw-aae-user"] %>', 'password'=>'<%= @replace["rollout-axw-aae-password"] %>', -- GitLab