From a0698d6c8f7e91e5067a82a1c16884fcc534e681 Mon Sep 17 00:00:00 2001 From: Young Gyu Park Date: Thu, 12 Apr 2018 17:47:04 +0900 Subject: Implementing pagination Test: go/vts-web-staging/show_plan_release?plan=vts&type=suite&page=1 Bug: 77456536 Change-Id: I0e9c7ad04c8c832f4229d77c2840be813869d293 --- src/main/webapp/WEB-INF/datastore-indexes.xml | 5 +++ src/main/webapp/WEB-INF/jsp/show_suite_release.jsp | 42 ++++++++++++++++++++-- 2 files changed, 45 insertions(+), 2 deletions(-) (limited to 'src/main/webapp') diff --git a/src/main/webapp/WEB-INF/datastore-indexes.xml b/src/main/webapp/WEB-INF/datastore-indexes.xml index 244ad38..09aabb2 100644 --- a/src/main/webapp/WEB-INF/datastore-indexes.xml +++ b/src/main/webapp/WEB-INF/datastore-indexes.xml @@ -107,6 +107,11 @@ + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp index 054a461..4600517 100644 --- a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp +++ b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp @@ -42,7 +42,7 @@
    - +
  • - / + / expand_more
    @@ -86,6 +86,44 @@
+ + <%@ include file='footer.jsp' %> -- cgit v1.2.3