Skip to content

Commit 5d53cde

Browse files
author
Tomasz
authored
Merge pull request #2540 from antgonza/fix-2524
Fix 2524
2 parents e7c5832 + 3799456 commit 5d53cde

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

qiita_pet/templates/list_analyses.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ <h3 class="gray-msg">Your Analyses</h3>
142142
<thead>
143143
<tr>
144144
<th>Artifacts</th>
145+
<th>Analysis ID</th>
145146
<th>Analysis Name</th>
146147
<th>Visibility</th>
147148
<th>Creation Timestamp</th>
@@ -155,6 +156,9 @@ <h3 class="gray-msg">Your Analyses</h3>
155156
<td>
156157
{{analysis['artifacts']}}
157158
</td>
159+
<td>
160+
{{analysis['analysis_id']}}
161+
</td>
158162
<td>
159163
<a href="{% raw qiita_config.portal_dir %}/analysis/description/{{analysis['analysis_id']}}/">{{analysis['name']}}</a>
160164
{% if analysis['description'] %}
@@ -189,6 +193,7 @@ <h3 class="gray-msg">Public Analyses</h3>
189193
<thead>
190194
<tr>
191195
<th>Artifacts</th>
196+
<th>Analysis ID</th>
192197
<th>Analysis Name</th>
193198
<th>Creation Timestamp</th>
194199
<th>Mapping File</th>
@@ -199,6 +204,9 @@ <h3 class="gray-msg">Public Analyses</h3>
199204
<td>
200205
{{analysis['artifacts']}}
201206
</td>
207+
<td>
208+
{{analysis['analysis_id']}}
209+
</td>
202210
<td>
203211
<a href="{% raw qiita_config.portal_dir %}/analysis/description/{{analysis['analysis_id']}}/">{{analysis['name']}}</a>
204212
{% if analysis['description'] %}

0 commit comments

Comments
 (0)