From 522783ba9afebcd82869c57090feb8258e52915b Mon Sep 17 00:00:00 2001 From: ndarshan Date: Fri, 14 Mar 2014 15:07:03 +0530 Subject: Template: Fixed the issues in physical graph templates Fixed issue with memory template, other templates to have graphs of same size for rendering in ui. Change-Id: Iacfe7e16b16e6a6cccb104dea9fed412b3f533c3 Signed-off-by: ndarshan Reviewed-on: https://cuckoo.blr.redhat.com:8443/11 Reviewed-by: Sahina Bose --- templates/check_disk_and_inode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/check_disk_and_inode.php') diff --git a/templates/check_disk_and_inode.php b/templates/check_disk_and_inode.php index 3185544..2dd253f 100644 --- a/templates/check_disk_and_inode.php +++ b/templates/check_disk_and_inode.php @@ -63,7 +63,7 @@ foreach ($this->DS as $KEY=>$VAL) { # create critical line and legend $def[$k] .= rrd::line2( $VAL['CRIT'], "#FF0000", "Critical\\n"); - + $def[$k] .= rrd::comment (" \\n"); } } ?> -- cgit