diff --git a/transitclockWebapp/src/main/webapp/reports/index.jsp b/transitclockWebapp/src/main/webapp/reports/index.jsp index b88a091c4..1ebf6614f 100644 --- a/transitclockWebapp/src/main/webapp/reports/index.jsp +++ b/transitclockWebapp/src/main/webapp/reports/index.jsp @@ -84,6 +84,9 @@ finding specific issues with predictions."> how early/late. The resulting bell curve shows the distribution of early/late times. "> Schedule Adherence by how Early/Late +
  • + On Time Performance
  • @@ -113,6 +116,18 @@ finding specific issues with predictions."> Server Status +
    Speed Reports
    + + +
    Run Time Reports
    + + diff --git a/transitclockWebapp/src/main/webapp/reports/runTime.jsp b/transitclockWebapp/src/main/webapp/reports/runTime.jsp new file mode 100644 index 000000000..b219dd18d --- /dev/null +++ b/transitclockWebapp/src/main/webapp/reports/runTime.jsp @@ -0,0 +1,263 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + <%@include file="/template/includes.jsp" %> + + Run Time Analysis + + + + + + + + <%-- --%> + + + + + + <%@include file="/template/header.jsp" %> +
    +
    + Run Time Analysis +
    + +
    + <%-- For passing agency param to the report --%> + "> + + + +
    + + +
    + + + + + + + + +
    + + +
    + +
    + + (hh:mm) +
    + +
    + + (hh:mm) +
    + +
    + +
    +
    + + +
    + +
    +
    +

    +
    +
    + + \ No newline at end of file