mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 09:10:07 -06:00
Update text.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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") ;
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user