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.jspx7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/webapp/jenkins/index.jspx b/src/main/webapp/jenkins/index.jspx
index 7292e36..0e8dc22 100644
--- a/src/main/webapp/jenkins/index.jspx
+++ b/src/main/webapp/jenkins/index.jspx
@@ -5,15 +5,14 @@
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<common:head>
- <common:headjs label="JenkinsServerService" resource="/apps/jenkinsApp/JenkinsServerService.js"/>
+ <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">
- <div class="container" ng-view=""><!-- --></div>
-</div>
+<div id="content" ng-view=""><!-- --></div>
<common:footer/>