aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/jenkins/index.jspx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/webapp/jenkins/index.jspx')
-rwxr-xr-xsrc/main/resources/webapp/jenkins/index.jspx21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/webapp/jenkins/index.jspx b/src/main/resources/webapp/jenkins/index.jspx
new file mode 100755
index 0000000..0e8dc22
--- /dev/null
+++ b/src/main/resources/webapp/jenkins/index.jspx
@@ -0,0 +1,21 @@
+<html xmlns:common="urn:jsptagdir:/WEB-INF/tags/common"
+ xmlns:jsp="http://java.sun.com/JSP/Page"
+ ng-app="jenkinsApp">
+<jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/>
+<jsp:directive.page contentType="text/html;charset=UTF-8"/>
+
+<common:head>
+ <common:headjs label="JenkinsResources" resource="/apps/jenkinsApp/JenkinsResources.js"/>
+ <common:headjs label="PagingTableService" resource="/apps/core/PagingTableService.js"/>
+ <common:headjs label="jenkinsApp" resource="/apps/jenkinsApp/jenkinsApp.js"/>
+</common:head>
+
+<body>
+
+<div id="content" ng-view=""><!-- --></div>
+
+<common:footer/>
+
+</body>
+
+</html>