Skip to content

Commit

Permalink
remove the wrong comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
ike-dai committed May 14, 2014
1 parent 28057ba commit 57ce41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/zabbix-custom/2.2/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
break;
case 'hat_vsphere':
$vspherestat = make_vspherestat_summary();
// if(!empty($vspherestat)){
if(!empty($vspherestat)){
$vspherestat->show();
// }
}
break;
case 'hat_aws':
$awsstat = make_awsstat_summary();
Expand Down

0 comments on commit 57ce41b

Please sign in to comment.