[유치수] [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:
Chisu Yu
2013-06-06 02:04:07 +00:00
parent 808163fcb9
commit 8a219f75e2
+2 -2
View File
@@ -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}}