X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fjsp%2FslcExecutionView.jsp;h=360e98ef61e9ec8822802b00822a1e6b985eba88;hb=c0e22fbfb28fc864579d6cd34b6c274f1b5382bc;hp=bffcd4d630c9539a156d01db281af6ef96cb2f38;hpb=93aa7144810d0a17116ab15b1bc3dda125b77a14;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 bffcd4d63..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,21 +1,40 @@ - -<%@ 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"%> +
+

SLC Execution #${slcExecution.uuid}

-<%@include file="header.txt"%> - +

Details

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Host${slcExecution.host}
User${slcExecution.user}
Status${slcExecution.status}
Type${slcExecution.type}
Script${slcExecution.attributes['ant.file']}
-
-

SLC Execution Details

-

Uuid = ${slcExecution.uuid}

-

Execution Steps

-

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

- +

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

+
@@ -24,5 +43,3 @@
- -<%@include file="footer.txt"%> \ No newline at end of file