-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
This commit is contained in:
parent
750dd3c270
commit
d93ed443ed
@ -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>!argument>title=$currnode kvm</argument>!;
|
||||
$jnlp =~ s!argument>title=.*Video Viewer</argument>!argument>title=$currnode wvid/argument>!;
|
||||
my @return=("method:imm","jnlp:$jnlp");
|
||||
if (grep /-m/,@cmdargv) {
|
||||
$response = $browser->request(GET $baseurl."/kvm/vm/jnlp");
|
||||
|
Loading…
Reference in New Issue
Block a user