diff --git a/app/views/foreman/job_templates/flatpak_install.erb b/app/views/foreman/job_templates/flatpak_install.erb index f461ce663d2..b1da211a045 100644 --- a/app/views/foreman/job_templates/flatpak_install.erb +++ b/app/views/foreman/job_templates/flatpak_install.erb @@ -1,6 +1,6 @@ <%# kind: job_template -name: Install Flatpak application on host +name: Flatpak - Install application on host job_category: Katello description_format: 'Install Flatpak application %{Application name} on host' provider_type: script diff --git a/app/views/foreman/job_templates/flatpak_login_action.erb b/app/views/foreman/job_templates/flatpak_login_action.erb index 407b52d25db..84d805aebf6 100644 --- a/app/views/foreman/job_templates/flatpak_login_action.erb +++ b/app/views/foreman/job_templates/flatpak_login_action.erb @@ -1,6 +1,6 @@ <%# kind: job_template -name: Login to flatpak registry via podman +name: Flatpak - Login to registry via podman job_category: Katello description_format: 'Login to flatpak registry via podman' provider_type: script diff --git a/app/views/foreman/job_templates/flatpak_setup.erb b/app/views/foreman/job_templates/flatpak_setup.erb index d4d5d9deaa1..d667eb5e1c7 100644 --- a/app/views/foreman/job_templates/flatpak_setup.erb +++ b/app/views/foreman/job_templates/flatpak_setup.erb @@ -1,6 +1,6 @@ <%# kind: job_template -name: Set up Flatpak remote on host +name: Flatpak - Set up remote on host job_category: Katello description_format: 'Set up Flatpak remote on host' provider_type: script @@ -14,7 +14,7 @@ template_inputs: input_type: user required: true foreign_input_sets: -- template: Login to flatpak registry via podman +- template: Flatpak - Login to registry via podman exclude: Flatpak registry URL %>