@@ -64,35 +64,36 @@ <h3 class="pull-left">
6464
6565 < div ng-repeat ="nodeContainer in data track by $index ">
6666 < div ng-repeat ="node in nodeContainer ">
67- < div class ="col-xs-3 col-md-1 no-padding ">
68- < div class ="shield-label-mobile "> Node</ div >
69- </ div >
70- < div class ="col-xs-9 col-md-11 shield-mobile shield-host-{{ node.hoststatus.current_state }} ">
71- < a ui-sref ="nodedetails({'nodename':'{{ node.hoststatus.hostname | encodeURI }}'}) ">
72- {{node.hoststatus.hostname }}
73- </ a >
74-
75- < small class ="label bg-purple " title ="Issue has been acknowledged "
76- ng-show ="node.hoststatus.problem_has_been_acknowledged ">
77- < i class ="fa fa-commenting-o "> </ i >
78- </ small >
79-
80- < small class ="label bg-purple " title ="Scheduled downtime is running "
81- ng-class ="{'fix-downtime-icon': node.hoststatus.problem_has_been_acknowledged} "
82- ng-show ="node.hoststatus.scheduled_downtime_depth > 0 ">
83- < i class ="fa fa-plug "> </ i >
84- </ small >
85-
86- < small class ="label bg-purple " title ="State of node is flapping "
87- ng-class ="{'fix-downtime-icon': node.hoststatus.problem_has_been_acknowledged || node.hoststatus.scheduled_downtime_depth} "
88- ng-show ="node.hoststatus.is_flapping ">
89- < i class ="fa fa-adjust "> </ i >
90- </ small >
91-
67+ < div class ="node-header ">
68+ < div class ="col-xs-3 col-md-1 no-padding ">
69+ < div class ="shield-label-mobile "> Node</ div >
70+ </ div >
71+ < div class ="col-xs-9 col-md-11 shield-mobile shield-host-{{ node.hoststatus.current_state }} ">
72+ < a ui-sref ="nodedetails({'nodename':'{{ node.hoststatus.hostname | encodeURI }}'}) ">
73+ {{node.hoststatus.hostname }}
74+ </ a >
75+
76+ < small class ="label bg-purple " title ="Issue has been acknowledged "
77+ ng-show ="node.hoststatus.problem_has_been_acknowledged ">
78+ < i class ="fa fa-commenting-o "> </ i >
79+ </ small >
80+
81+ < small class ="label bg-purple " title ="Scheduled downtime is running "
82+ ng-class ="{'fix-downtime-icon': node.hoststatus.problem_has_been_acknowledged} "
83+ ng-show ="node.hoststatus.scheduled_downtime_depth > 0 ">
84+ < i class ="fa fa-plug "> </ i >
85+ </ small >
86+
87+ < small class ="label bg-purple " title ="State of node is flapping "
88+ ng-class ="{'fix-downtime-icon': node.hoststatus.problem_has_been_acknowledged || node.hoststatus.scheduled_downtime_depth} "
89+ ng-show ="node.hoststatus.is_flapping ">
90+ < i class ="fa fa-adjust "> </ i >
91+ </ small >
92+ </ div >
9293 </ div >
9394
9495 < div ng-repeat ="servicestatus in node.servicestatus ">
95- < div class ="col-xs-12 no-padding row-hover " ng-class ="{ 'row-even':$even } ">
96+ < div class ="col-xs-12 line row-hover " ng-class ="{ 'row-even':$even } ">
9697
9798 < div class ="col-xs-12 hidden-sm hidden-md hidden-lg shield-mobile shield-service-{{ servicestatus.current_state }} ">
9899 < a ui-sref ="servicedetails({nodename:'{{ node.hoststatus.hostname |encodeURI }}', 'servicedescription':'{{ servicestatus.service_description | encodeURI }}'}) ">
0 commit comments