Skip to content

Commit

Permalink
UI, datasets: show hid in 'view details' page
Browse files Browse the repository at this point in the history
Adds the hid to the list of dataset/job information on the show_params/
view details/info page.
  • Loading branch information
carlfeberhard committed May 25, 2016
1 parent 7479ddd commit 5dcd04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/show_params.mako
Expand Up @@ -140,6 +140,7 @@
encoded_hda_id = trans.security.encode_id( hda.id )
encoded_history_id = trans.security.encode_id( hda.history_id )
%>
<tr><td>Number:</td><td>${hda.hid | h}</td></tr>
<tr><td>Name:</td><td>${hda.name | h}</td></tr>
<tr><td>Created:</td><td>${unicodify(hda.create_time.strftime(trans.app.config.pretty_datetime_format))}</td></tr>
## <tr><td>Copied from another history?</td><td>${hda.source_library_dataset}</td></tr>
Expand Down

0 comments on commit 5dcd04b

Please sign in to comment.