mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-12 07:29:59 +00:00
Merge pull request #9773 from GeminiLn/fix-issue-6467
Fix issue 6467: IP cannot be copied in SSH tab
This commit is contained in:
commit
ff49b50d7d
@ -1,7 +1,10 @@
|
|||||||
terminal-toolbar([tab]='this')
|
terminal-toolbar([tab]='this')
|
||||||
i.fas.fa-xs.fa-circle.text-success.me-2(*ngIf='session && session.open')
|
i.fas.fa-xs.fa-circle.text-success.me-2(*ngIf='session && session.open')
|
||||||
i.fas.fa-xs.fa-circle.text-danger.me-2(*ngIf='!session || !session.open')
|
i.fas.fa-xs.fa-circle.text-danger.me-2(*ngIf='!session || !session.open')
|
||||||
strong.me-auto {{profile.options.user}}@{{profile.options.host}}:{{profile.options.port}}
|
strong.me-auto(
|
||||||
|
style='user-select: text; cursor: text;'
|
||||||
|
onclick='event.stopPropagation()'
|
||||||
|
) {{profile.options.user}}@{{profile.options.host}}:{{profile.options.port}}
|
||||||
|
|
||||||
.me-2(
|
.me-2(
|
||||||
ngbDropdown,
|
ngbDropdown,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user