mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
9 lines
371 B
Plaintext
9 lines
371 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.mr-auto {{profile.options.host}}:{{profile.options.port}}
|
|
|
|
button.btn.btn-sm.btn-link.mr-2((click)='reconnect()')
|
|
i.fas.fa-redo
|
|
span(translate) Reconnect
|