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();