tabby/tabby-core/src/components/renameTabModal.component.pug
2022-01-08 16:03:01 +01:00

7 lines
254 B
Plaintext

.modal-body
input.form-control(type='text', #input, [(ngModel)]='value', (keyup.enter)='save()', autofocus)
.modal-footer
button.btn.btn-primary((click)='save()', translate) Save
button.btn.btn-secondary((click)='close()', translate) Cancel