mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 01:35:58 +10:00
[임대현] #56 [nodeInfoDetail] Response Summary 개선
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@3452 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
{{instance.name}}
|
||||
<a class="btn btn-default btn-xs" ng-show="isWas" ng-href="#/inspector/{{node.text}}@{{node.serviceTypeCode}}/{{oNavbarVo.getPeriod()}}/{{oNavbarVo.getQueryEndTime()}}/{{instance.name}}" target="_blank" title="Inspect Agents" alt="Inspect Agents">Inspector</a>
|
||||
<a class="btn btn-default btn-xs" href="http://hubble.arcuscloud.nhncorp.com/" target="_blank" title="Arcus monitoring site" ng-show="nodeCategory == 'ARCUS'">Hubble</a>
|
||||
<button type="button" class="btn btn-xs" ng-init="instance.showChart=false" ng-click="instance.showChart=!instance.showChart"
|
||||
<button type="button" class="btn btn-default btn-xs" ng-init="instance.showChart=false" ng-click="instance.showChart=!instance.showChart"
|
||||
ng-show="agentHistogram[instance.name]" ng-class="{true:'btn-danger', false:'btn-default'}[agentHistogram[instance.name].Error > 0]">
|
||||
<span class="glyphicon" ng-class="{true:'glyphicon-minus',false:'glyphicon-plus'}[instance.showChart]"></span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user