summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-04-26 15:53:41 +0900
committerYoung Gyu Park <younggyu@google.com>2018-04-26 16:48:53 +0900
commit70a3289d7406eb3fc7ae8a7abc6121bfe7dca1b1 (patch)
treecb8b75003dc59f6542fa1ed7bdfdc26fd844490d /src/main/webapp
parent7fd2dc253e185933d762b1b5f437023c4149d768 (diff)
downloaddashboard-70a3289d7406eb3fc7ae8a7abc6121bfe7dca1b1.tar.gz
UI change for test suite page
Test: go/vts-web-staging/show_plan_release?plan=vts&type=suite&page=1 Bug: 78576139 Change-Id: I0f0c2d1acd4d20e7f1551706bd3d06aa8fa5cb13
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/WEB-INF/jsp/show_suite_release.jsp12
1 files changed, 6 insertions, 6 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 8cf9500..5c7f041 100644
--- a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
+++ b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
@@ -138,15 +138,15 @@
<c:out value="${testSuiteResultEntity.passedTestCaseCount}"></c:out>/<c:out value="${testSuiteResultEntity.passedTestCaseCount + testSuiteResultEntity.failedTestCaseCount}"></c:out>
</span>
<c:if test="${!testSuiteResultEntity.bootSuccess}">
- <span class="indicator right center red">
- Infra Error
- </span>
+ <span class="indicator right center" style="min-width: 0px; padding: 0 2px;"></span>
+ <span class="indicator right center red">Boot Error</span>
</c:if>
</div>
<div class="col s5">
<span class="suite-test-run-metadata">
<b>Suite Build Number: </b><c:out value="${testSuiteResultEntity.suiteBuildNumber}"></c:out><br>
<b>VTS Build: </b><c:out value="${testSuiteResultEntity.buildId}"></c:out><br>
+ <b>Device Name: </b><c:out value="${testSuiteResultEntity.deviceName}"></c:out><br>
</span>
</div>
<div class="col s7">
@@ -158,9 +158,9 @@
<div class="col s12">
<span class="suite-test-run-metadata">
<b>Result Log Path: </b>
- <c:set var="logPath" value="${fn:replace(testSuiteResultEntity.resultPath, 'gs://vts-report/', '')}"/>
- <a href="show_gcs_log?path=${logPath}">
- <c:out value="${logPath}"></c:out>
+ <c:set var="resultLogPath" value="${fn:replace(testSuiteResultEntity.resultPath, 'gs://vts-report/', '')}"/>
+ <a href="show_gcs_log?path=${resultLogPath}">
+ <c:out value="${resultLogPath}"></c:out>
</a>
<br>
<b>Infra Log Path: </b>