Files
tabby/tabby-telnet/src/components/telnetTab.component.pug
2022-01-29 17:20:23 +01:00

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