From a4187efcb22f44ebd8e71fec8095551bf4cc37b8 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 21 Mar 2013 21:40:53 +0000 Subject: [PATCH] Enable graphics tab on xCAT-UI to handle nodes where the nodetype is not specified. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15625 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xcat/plugins/web.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-UI/xcat/plugins/web.pm b/xCAT-UI/xcat/plugins/web.pm index 23ecc02bf..b83a5bfb3 100644 --- a/xCAT-UI/xcat/plugins/web.pm +++ b/xCAT-UI/xcat/plugins/web.pm @@ -2244,10 +2244,11 @@ sub web_graphinfo { } } + @missinfoarray = (@missinfoarray, @unsupportarray); foreach (@missinfoarray) { $missretstr = $missretstr . $_ . ':linux:other;'; } - + # Combine all information into a string my $retstr = $pretstr . $bladeretstr . $xretstr . $missretstr; if ($retstr) {