Merge pull request #85 from giesselmann/jobinfo-project-link

Add link to project in jobInfo
This commit is contained in:
Jan Eitzinger 2023-02-09 07:07:53 +01:00 committed by GitHub
commit 9a96372ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,10 @@
{/if}
{#if job.project && job.project != 'no project'}
<br/>
<Icon name="people-fill"/> {job.project}
<Icon name="people-fill"/>
<a class="fst-italic" href="/monitoring/jobs/?project={job.project}&projectMatch=eq" target="_blank">
{scrambleNames ? scramble(job.project) : job.project}
</a>
{/if}
</p>