From d93ed443ed5ee4bd3489c2e809252985c218bf32 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 11 Mar 2009 23:37:32 +0000 Subject: [PATCH] -Change titles on wvid windows to avoid 'kvm' which could now be ambiguous git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 8c902a768..1b88f0fb1 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1330,7 +1330,7 @@ sub getrvidparms { if ($jnlp =~ /This advanced option requires the purchase and installation/) { return (1,"Node does not have feature key for remote video"); } - $jnlp =~ s!argument>title=.*Video Viewer!argument>title=$currnode kvm!; + $jnlp =~ s!argument>title=.*Video Viewer!argument>title=$currnode wvid/argument>!; my @return=("method:imm","jnlp:$jnlp"); if (grep /-m/,@cmdargv) { $response = $browser->request(GET $baseurl."/kvm/vm/jnlp");