mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge branch 'testing-common-ssh'
This commit is contained in:
@@ -228,6 +228,10 @@
|
||||
{
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-directory",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -108,6 +108,10 @@
|
||||
{
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-directory",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -250,7 +250,11 @@ angular.module('client').directive('guacFileBrowser', [function guacFileBrowser(
|
||||
|
||||
// Refresh file browser when any upload completes
|
||||
$scope.$on('guacUploadComplete', function uploadComplete(event, filename) {
|
||||
ManagedFilesystem.refresh($scope.filesystem, $scope.filesystem.currentDirectory);
|
||||
|
||||
// Refresh filesystem, if it exists
|
||||
if ($scope.filesystem)
|
||||
ManagedFilesystem.refresh($scope.filesystem, $scope.filesystem.currentDirectory);
|
||||
|
||||
});
|
||||
|
||||
}]
|
||||
|
@@ -281,6 +281,7 @@
|
||||
"FIELD_HEADER_REMOTE_APP" : "Program:",
|
||||
"FIELD_HEADER_SECURITY" : "Security mode:",
|
||||
"FIELD_HEADER_SERVER_LAYOUT" : "Keyboard layout:",
|
||||
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
|
||||
"FIELD_HEADER_SFTP_HOSTNAME" : "Hostname:",
|
||||
"FIELD_HEADER_SFTP_PASSPHRASE" : "Passphrase:",
|
||||
"FIELD_HEADER_SFTP_PASSWORD" : "Password:",
|
||||
@@ -423,6 +424,7 @@
|
||||
"FIELD_HEADER_PASSWORD" : "Password:",
|
||||
"FIELD_HEADER_PORT" : "Port:",
|
||||
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
||||
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
|
||||
"FIELD_HEADER_SFTP_HOSTNAME" : "Hostname:",
|
||||
"FIELD_HEADER_SFTP_PASSPHRASE" : "Passphrase:",
|
||||
"FIELD_HEADER_SFTP_PASSWORD" : "Password:",
|
||||
|
Reference in New Issue
Block a user