1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-27 04:25:05 +03:00

Merge pull request #416 from Domain/master

Biding scripts
This commit is contained in:
Eugene 2018-09-12 05:07:56 -07:00 committed by GitHub
commit 5094262e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,12 +99,12 @@
td td
input.form-control( input.form-control(
type='text', type='text',
value='{{script.expect}}', [(ngModel)]='script.expect'
) )
td td
input.form-control( input.form-control(
type='text', type='text',
value='{{script.send}}', [(ngModel)]='script.send'
) )
td td
.input-group.flex-nowrap .input-group.flex-nowrap