mirror of
https://github.com/eugeny/tabby
synced 2025-12-16 12:45:48 +00:00
more cleanup
This commit is contained in:
@@ -74,7 +74,7 @@ export class SSHModalComponent {
|
||||
|
||||
let connections = this.connections
|
||||
if (this.quickTarget) {
|
||||
connections = connections.filter(connection => (connection.name + connection.group).toLowerCase().indexOf(this.quickTarget) >= 0)
|
||||
connections = connections.filter(connection => (connection.name + connection.group).toLowerCase().includes(this.quickTarget))
|
||||
}
|
||||
|
||||
for (let connection of connections) {
|
||||
|
||||
Reference in New Issue
Block a user