[임대현] #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:
Denny Lim
2014-03-11 02:41:12 +00:00
parent 32c8dc7f10
commit e2b60dfd3d
+1 -1
View File
@@ -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>