mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[유치수] [NOBTS] stacktrace에서 timebar 너비에 padding이 들어가지 않도록 함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2372 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
</td>
|
||||
<td class="bar">
|
||||
<c:if test="${record.method}">
|
||||
<div style="height:8px;width:<fmt:formatNumber value="${((end - begin) * barRatio) + 0.9}" type="number" pattern="#"/>px; background-color:#69B2E9;"> </div>
|
||||
<div style="height:8px;width:<fmt:formatNumber value="${((end - begin) * barRatio) + 0.9}" type="number" pattern="#"/>px; background-color:#69B2E9;padding:0px;"> </div>
|
||||
</c:if>
|
||||
</td>
|
||||
<td class="simpleClassName">${record.simpleClassName}</td>
|
||||
|
||||
Reference in New Issue
Block a user