mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 20:40:08 +00:00
14 lines
589 B
Plaintext
14 lines
589 B
Plaintext
terminal-toolbar([tab]='this')
|
|
i.fas.fa-xs.fa-circle.text-success.mr-2(*ngIf='session && session.open')
|
|
i.fas.fa-xs.fa-circle.text-danger.mr-2(*ngIf='!session || !session.open')
|
|
strong {{profile.options.port}} ({{profile.options.baudrate}})
|
|
|
|
.mr-auto
|
|
|
|
button.btn.btn-sm.btn-link.mr-3((click)='changeBaudRate()', *ngIf='session && session.open && hostApp.platform !== Platform.Web')
|
|
span(translate) Change baud rate
|
|
|
|
button.btn.btn-sm.btn-link((click)='reconnect()', *ngIf='!session || !session.open')
|
|
i.fas.fa-redo
|
|
span(translate) Reconnect
|