mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 22:09:24 -05:00
Fix spice autoconenct
Update text from VNC to VM Console for titles and placeholders
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
document.getElementById('hostname').innerHTML = (vmname) ;
|
||||
if (auto === 'true' || auto == '1') {
|
||||
auto = true;
|
||||
connect();
|
||||
setTimeout(connect, 3000);
|
||||
}
|
||||
function spice_error(e)
|
||||
{
|
||||
|
||||
@@ -1076,12 +1076,12 @@
|
||||
|
||||
<tr class="vncpassword">
|
||||
<td>_(VM Console Password)_:</td>
|
||||
<td><input type="password" name="domain[password]" autocomplete='new-password' value="<?=$arrGPU['password']?>" title="_(password for VNC)_" placeholder="_(password for VNC)_ (_(optional)_)" /></td>
|
||||
<td><input type="password" name="domain[password]" autocomplete='new-password' value="<?=$arrGPU['password']?>" title="_(password for VM Console)_" placeholder="_(password for VM Console)_ (_(optional)_)" /></td>
|
||||
</tr>
|
||||
<tr class="<?if ($arrGPU['id'] != 'virtual') echo 'was';?>advanced vnckeymap">
|
||||
<td>_(VM Console Keyboard)_:</td>
|
||||
<td>
|
||||
<select name="gpu[<?=$i?>][keymap]" title="_(keyboard for VNC)_">
|
||||
<select name="gpu[<?=$i?>][keymap]" title="_(keyboard for VM Console)_">
|
||||
<?mk_dropdown_options($arrValidKeyMaps, $arrGPU['keymap']);?>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user