Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vimazeno
mobipaleo
Commits
7557c7d0
Commit
7557c7d0
authored
Mar 24, 2022
by
Vincent Mazenod
Browse files
display tids on show job
parent
50d23fdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/job/inc/results.html.twig
View file @
7557c7d0
...
...
@@ -6,12 +6,21 @@
<table>
<thead>
<tr>
{%
if
job.constraintMining
==
"consecutive_with_tids"
%}
<th
class=
"col-md-5"
>
{%
else
%}
<th
class=
"col-md-9"
>
{%
endif
%}
Trends
<span
id=
"trends-sort"
>
<i
class=
"fas fa-sort-down"
></i>
</span>
</th>
{%
if
job.constraintMining
==
"consecutive_with_tids"
%}
<th
class=
"col-md-4"
>
Tids
</th>
{%
endif
%}
<th
class=
"col-md-2"
>
Frequency
<span
id=
"frequency-sort"
>
...
...
@@ -47,6 +56,15 @@
{%
endfor
%}
</td>
{%
if
job.constraintMining
==
"consecutive_with_tids"
%}
<td
class=
"columns tids"
>
{%
for
t
in
line.tids
%}
<span
class=
"badge badge-warning"
>
{{
t
}}
</span>
{%
endfor
%}
</td>
{%
endif
%}
<td
class=
"columns frequency"
>
<span
class=
"badge badge-info"
>
{{
line.frequency
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment