commit/galaxy-central: dan: Display command-line on dataset info page for admin users.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8f3110cc7851/ Changeset: 8f3110cc7851 User: dan Date: 2013-09-06 23:09:58 Summary: Display command-line on dataset info page for admin users. Affected #: 1 file diff -r 1a5f25751066598601aef4ad34da4b3bea8deaca -r 8f3110cc7851e67256a6d24d7e41ad65e5a507dd templates/show_params.mako --- a/templates/show_params.mako +++ b/templates/show_params.mako @@ -123,6 +123,9 @@ %if trans.user_is_admin() or trans.app.config.expose_dataset_path: <tr><td>Full Path:</td><td>${hda.file_name | h}</td></tr> %endif + %if job and job.command_line and trans.user_is_admin(): + <tr><td>Job Command-Line:</td><td>${ job.command_line | h }</td></tr> + %endif </table><br /> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org