summaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-04-27 14:10:21 +0900
committerKeun Soo Yim <yim@google.com>2018-05-02 17:15:57 +0000
commita00c785f144e5c3a19b1fe91f8e3ff6d4b24eefd (patch)
treee32f314c97950bccbffe0ae2075bb98bfb61322b /src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
parentaf67870e99758b915a622f64d734c44fa53b8fc1 (diff)
downloaddashboard-a00c785f144e5c3a19b1fe91f8e3ff6d4b24eefd.tar.gz
Test: go/vts-web-staging/show_plan_release?plan=vts&type=suite&page=1 Bug: 78661101 Change-Id: I03381c85174fe06a5d2a7e653a65c4f7ac7eed39
Diffstat (limited to 'src/main/webapp/WEB-INF/jsp/show_suite_release.jsp')
-rw-r--r--src/main/webapp/WEB-INF/jsp/show_suite_release.jsp6
1 files changed, 3 insertions, 3 deletions
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 b144b21..1ad19cc 100644
--- a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
+++ b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
@@ -100,13 +100,13 @@
<ul class="tabs">
<li class="tab col s6" id="totTabLink">
- <a class="${groupType == 'TOT' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&groupType=TOT">TOT</a>
+ <a class="${testCategoryType == '1' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&testCategoryType=1">TOT</a>
</li>
<li class="tab col s6" id="signedTabLink">
- <a class="${groupType == 'SIGNED' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&groupType=SIGNED">SIGNED</a>
+ <a class="${testCategoryType == '4' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&testCategoryType=4">SIGNED</a>
</li>
<li class="tab col s6" id="otaTabLink">
- <a class="${groupType == 'OTA' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&groupType=OTA">OTA</a>
+ <a class="${testCategoryType == '2' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&testCategoryType=2">OTA</a>
</li>
</ul>