mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-25 20:55:59 +10:00
[유치수] [NOBTS] node를 선택했을 때 filter기능 구현 안됨 표시.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1810 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -270,11 +270,11 @@ $(document).ready(function () {
|
||||
});
|
||||
</script>
|
||||
<script id="NodeInfoBox" type="text/x-jquery-tmpl">
|
||||
<div class="LinkInfoBox">
|
||||
<div class="NodeInfoBox">
|
||||
{{if category != "UNKNOWN_GROUP"}}
|
||||
<img src="/images/icons/{{= category}}.png" width="20" height="10" /> {{= text}} ({{= category}})
|
||||
<br/><a href="#" onclick="alert('Sorry. Not implemented.');">Passing transactions map</a>
|
||||
<br/><a href="#" onclick="showRequests('{{= text}}', {{= query.from}}, {{= query.to}}, {{= query.period}}, {{= query.usePeriod}});">Passing transactions list</a>
|
||||
<br/><a href="#" onclick="alert('Sorry. Not implemented.');">Passing transactions list</a>
|
||||
<br/><a href="#" onclick="showResponseScatter('{{= text}}', {{= query.from}}, {{= query.to}}, {{= query.period}}, {{= query.usePeriod}});">Passing transactions response scatter chart</a>
|
||||
<br/>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user