mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 14:53:30 +02:00
Separate port from hostname for VNC since most clients have them as separate fields (Improve Copy-Paste workflow).
This commit is contained in:
@@ -3,7 +3,8 @@ module.exports = function RemoteDebugCtrl($scope) {
|
||||
|
||||
$scope.generateVNCLogin = function () {
|
||||
$scope.vnc = {
|
||||
serverHost: 'localhost:7042'
|
||||
serverHost: 'localhost'
|
||||
, serverPort: '7042'
|
||||
, serverPassword: '12345678'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user