Update text.

This commit is contained in:
SimonFair
2024-06-02 16:02:45 +01:00
parent b2916424be
commit 392811005c
2 changed files with 2 additions and 2 deletions

View File

@@ -1680,7 +1680,7 @@ For setting the console options to show on context menus. Web will show only inb
Virtual Manager Remote Viewer will only show the Remote Viewer option. Both will show both Web and Remote Viewer.
:end
:vms_rdp_help:
:vms_rdpopt_help:
Adds option to menu to start RDP. RDP file is downloaded. You need to set browser to open when ready.
:end

View File

@@ -112,7 +112,7 @@ function addVMContext(name, uuid, template, state, vmrcurl, vmrcprotocol, log, f
}});
}
if (rdpopt == "yes") {
opts.push({text:_("VM Windows RDP"), icon:"fa-desktop", action:function(e) {
opts.push({text:_("VM Remote Desktop Protocol(RDP)"), icon:"fa-desktop", action:function(e) {
e.preventDefault();
ajaxVMDispatchconsoleRV({action:"domain-consoleRDP", uuid:uuid, vmrcurl:vmrcurl}, "loadlist") ;
}});