summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-04-20 11:38:51 +0900
committerYoung Gyu Park <younggyu@google.com>2018-04-20 11:38:51 +0900
commit06a0aade7e7767bf5d348c6dafbc82ba5885a1d5 (patch)
tree04b45f256aa4e553c9ac28dd076a19b527ccc026 /src/main/webapp
parenta203f5277e8a4a736cea7516942d976303bac2dc (diff)
downloaddashboard-06a0aade7e7767bf5d348c6dafbc82ba5885a1d5.tar.gz
Swapping OTA and TOT on suite test page
Test: go/vts-web-staging/show_plan_release?plan=vts&type=suite&page=1 Bug: 78095215 Change-Id: I6f5145994a239f948efe3fa96ea3a31a2dcf0c66
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/WEB-INF/jsp/show_suite_release.jsp8
1 files changed, 4 insertions, 4 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 87bf01b..99e5465 100644
--- a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
+++ b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
@@ -47,14 +47,14 @@
<div class='col s12'>
<ul class="tabs">
- <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>
+ <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>
</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>
</li>
- <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>
+ <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>
</li>
</ul>