X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fjsp%2FslcExecutionView.jsp;h=360e98ef61e9ec8822802b00822a1e6b985eba88;hb=c0e22fbfb28fc864579d6cd34b6c274f1b5382bc;hp=ee5e40ca38d78bfa7b973a512168701492cc8d0d;hpb=2f8b18b713e45a45501b75ac88db76d56eb82a7b;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp index ee5e40ca3..360e98ef6 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionView.jsp @@ -1,38 +1,45 @@ - -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> - -<%@include file="header.txt"%> - -
-

SLC Execution Details

-

Uuid = ${slcExecution.uuid}

-
-

Execution Steps

+

SLC Execution #${slcExecution.uuid}

+ +

Details

- - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
UUIDTYPEBEGINHost${slcExecution.host}
${slcExecutionStep.uuid}${slcExecutionStep.type}${slcExecutionStep.begin}
- ${slcExecutionStepLog}
User${slcExecution.user}
Status${slcExecution.status}
Type${slcExecution.type}
Script${slcExecution.attributes['ant.file']}
-
-<%@include file="footer.txt"%> \ No newline at end of file +

Execution Steps

+ + +

${slcExecutionStep.begin} - + ${slcExecutionStep.uuid} (${slcExecutionStep.type})

+ + + + + + +
${slcExecutionStepLogLine}
+