Merge branch 'DAO' of https://source.jalview.org/git/proteocache into DAO
authorNatasha Sherstneva <n.shertneva@gmail.com>
Mon, 20 Jan 2014 11:01:33 +0000 (11:01 +0000)
committerNatasha Sherstneva <n.shertneva@gmail.com>
Mon, 20 Jan 2014 11:01:33 +0000 (11:01 +0000)
1  2 
webapp/view/reports/Job.jsp

@@@ -21,8 -21,6 +21,8 @@@
                <div class="panel-body">
                        <p>Start timestamp : ${result.dateStart}</p>
                        <p>End timestamp : ${result.dateEnd}</p>
 +                      <p>Run : ${result.programmeName} server</p>
 +                      <p>Version : ${result.version}</p>
  <sec:authorize access="hasRole('ROLE_ADMIN')">
                        <p>IP: <a title="Click to view other jobs" href="${ip_query}?ip=${result.ip}">${result.ip}</a></p>
  </sec:authorize>
@@@ -30,6 -28,9 +30,9 @@@
                                <spring:url value="../${jobarchive}" var="jobarchivefile" />
                                <p>Job archive: <a title="Click to get the file" href="${jobarchivefile}">download</a></p>
                        </c:if>
+                       <c:if test='${jobremotelink != null}'>
+                               <p>Original job link: <a title="Click to go to original job" href="${jobremotelink}">view</a></p>
+                       </c:if>
                        <div class="grid-wrapper-div">
                        <table class="table table-striped table-hover table-bordered">
                        <tbody>