aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/jenkins/index.jspx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/jenkins/index.jspx')
-rw-r--r--src/main/webapp/jenkins/index.jspx21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/webapp/jenkins/index.jspx b/src/main/webapp/jenkins/index.jspx
deleted file mode 100644
index 0e8dc22..0000000
--- a/src/main/webapp/jenkins/index.jspx
+++ /dev/null
@@ -1,21 +0,0 @@
-<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>