mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
[임대현] [NOBTS] datejs filter를 date 로 변경
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2978 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<i class="icon-fire" ng-show="stack[key.hasException]"></i>
|
||||
{{stack[key.title]}}</td>
|
||||
<td class="arguments">{{stack[key.arguments]}}</td>
|
||||
<td class="exectime"><span ng-show="stack[key.isMethod]">{{stack[key.begin] | datejs:'%H:%M:%S u'}}</span></td>
|
||||
<td class="exectime"><span ng-show="stack[key.isMethod]">{{stack[key.begin] | date:'HH:mm:ss sss'}}</span></td>
|
||||
<td class="gap" style="text-align:right"><span ng-show="stack[key.isMethod]">{{stack[key.gap] | number}}</span></td>
|
||||
<td class="time" style="text-align:right"><span ng-show="stack[key.isMethod]">{{stack[key.elapsedTime]}}</span></td>
|
||||
<td class="bar"><div ng-show="stack[key.isMethod]" style="height:8px;background-color:#69B2E9;padding:0px;width:{{((stack[key.end] - stack[key.begin]) * barRatio) + 0.9}}px"></div></td>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
{{transaction.index | number}}
|
||||
</div>
|
||||
</td>
|
||||
<td ng-click="traceByApplication(transaction)" style="cursor:pointer" sorttable_customkey="{{transaction.startTime}}">{{transaction.startTime | datejs:'%m/%d %H:%M:%S u'}}
|
||||
<td ng-click="traceByApplication(transaction)" style="cursor:pointer" sorttable_customkey="{{transaction.startTime}}">{{transaction.startTime | date:'MM/dd HH:mm:ss sss'}}
|
||||
</td>
|
||||
<td ng-click="traceByApplication(transaction)" style="cursor:pointer">
|
||||
{{transaction.application}}
|
||||
|
||||
Reference in New Issue
Block a user