This commit is contained in:
Domain 2018-09-04 16:39:52 +08:00
parent 0eaf857b02
commit f357dab8f0

View File

@ -39,8 +39,7 @@ export class SSHModalComponent {
if (!this.quickTarget) {
this.findChildren()
}
else
{
else {
this.childFolders = [];
this.childConnections = this.connections.filter(connection => connection.name.toLowerCase().indexOf(this.quickTarget) >= 0)
}