tabby/tabby-ssh/src/components/sftpCreateDirectoryModal.component.pug
Eugene 1e5cfd1d4b
bootstrap 5 WIP (#7891)
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
2023-02-26 20:42:31 +01:00

13 lines
330 B
Plaintext

.modal-body
label(translate) Name for the new directory
.mb-3.w-100.me-2
input.form-control(
type='text',
[(ngModel)]='directoryName',
)
.modal-footer
button.btn.btn-success((click)='create()', translate) Create
button.btn.btn-danger((click)='cancel()', translate) Cancel