Skip to content

Commit

Permalink
More information in show_params.mako.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 27, 2015
1 parent 5990dd7 commit 21666c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/show_params.mako
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,11 @@
%if job:
<tr><td>Tool Exit Code:</td><td>${ job.exit_code | h }</td></tr>
%endif
<tr><td>API ID:</td><td>${encoded_hda_id}</td></tr>
<tr><td>History ID:</td><td>${encoded_history_id}</td></tr>
<tr><td>History Content API ID:</td><td>${encoded_hda_id}</td></tr>
%if job:
<tr><td>Job API ID:</td><td>${trans.security.encode_id( job.id )}</td></tr>
%endif
<tr><td>History API ID:</td><td>${encoded_history_id}</td></tr>
%if hda.dataset.uuid:
<tr><td>UUID:</td><td>${hda.dataset.uuid}</td></tr>
%endif
Expand Down

0 comments on commit 21666c9

Please sign in to comment.