mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 14:09:57 +00:00
9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
.list-group.list-group-light
|
|
.list-group-item.d-flex(*ngFor='let socket of appConnector.sockets')
|
|
fa-icon.text-success.me-2([icon]='_circleIcon', [fixedWidth]='true')
|
|
.me-auto
|
|
div {{socket.options.host}}:{{socket.options.port}}
|
|
.text-muted via {{socket.url}}
|
|
button.btn.btn-link((click)='closeSocket(socket)')
|
|
fa-icon([icon]='_closeIcon', [fixedWidth]='true')
|