Skip to content

ui: enable job definition url link from jobs page

Larry Shen requested to merge atline/lava:change_view_job into master

The pain is:

  1. If I want to open the job definition of multiple jobs, I will have to go to the job log one by one, then click the "Definition" icon.
  2. More annoyed thing is: sometime the job log is big and the processing to open the log is quite long. But in fact I just need to open the definition.

On the other hand, there is duplicate url link in job page:

  • ID link: 1
  • Eye icon link: 2

So, this PR remove the duplicate link to the job main log page, change the eye icon url to View job definition, so we possible directly open the job definition from the job list page.

image

Merge request reports