Move sftp login details to help dialog

This commit is contained in:
Johannes Zellner
2021-09-22 22:28:05 +02:00
parent ad7afe8646
commit db3df9a3ea
3 changed files with 55 additions and 35 deletions

View File

@@ -183,6 +183,12 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
}
};
$scope.sftpInfo = {
show: function () {
$('#sftpInfoModal').modal('show');
}
};
$scope.display = {
busy: false,
error: {},