Project

General

Profile

action #68839

Updated by tinita over 3 years ago

It could be useful to show the Job Group Properties and the YAML Template to users without being logged in as admins. 
 Currently you have to be an admin to get the link, admin, and the link goes directly into the editor. 
 For the YAML we could use YAML::PP's highlighting feature, which makes block scalars nicely visible (see https://www.yaml.info/learn/quote.html#tldr for example), so it might be a bit more readable than in the editor which has limited YAML highlighting capabilities. 

 It's possible to go to the link directly, e.g. https://openqa.opensuse.org/admin/job_templates/24 
 But it's weird that it is under `/admin`.

Back