From 8ff50af5ca7c6c950842ad62ec4ef749dde93274 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 16 Jul 2012 11:49:57 +0000 Subject: [PATCH] fix the graphical layout error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13299 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xcat/plugins/web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/xcat/plugins/web.pm b/xCAT-UI/xcat/plugins/web.pm index 0d53789c8..66aea056c 100644 --- a/xCAT-UI/xcat/plugins/web.pm +++ b/xCAT-UI/xcat/plugins/web.pm @@ -2130,7 +2130,7 @@ sub web_graphinfo { if ( $value->[0] ) { $phash{$_} = $$typehash{$_} . ':' . $value->[0]->{'parent'} . ':'; } else { - push( @missinfoarray, $_ ); + $phash{$_} = $$typehash{$_} . '::'; } } $ppctab->close();