mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 14:29:53 +00:00

New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
13 lines
330 B
Plaintext
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
|