Move sftp login details to help dialog
This commit is contained in:
@@ -183,6 +183,12 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
}
|
||||
};
|
||||
|
||||
$scope.sftpInfo = {
|
||||
show: function () {
|
||||
$('#sftpInfoModal').modal('show');
|
||||
}
|
||||
};
|
||||
|
||||
$scope.display = {
|
||||
busy: false,
|
||||
error: {},
|
||||
|
||||
Reference in New Issue
Block a user