mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
added about links
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
type='checkbox',
|
type='checkbox',
|
||||||
[(ngModel)]='customGatewayEnabled'
|
[(ngModel)]='customGatewayEnabled'
|
||||||
)
|
)
|
||||||
label(class='form-check-label') Use custom connection gateway
|
label(class='form-check-label') Use a custom connection gateway
|
||||||
|
|
||||||
small.text-muted This allows you to securely route connections through your own hosted gateway. See #[a(href='https://github.com/Eugeny/tabby-connection-gateway#readme', target='_blank') tabby-connection-gateway] for setup instructions.
|
small.text-muted This allows you to securely route connections through your own hosted gateway. See #[a(href='https://github.com/Eugeny/tabby-connection-gateway#readme', target='_blank') tabby-connection-gateway] for setup instructions.
|
||||||
|
|
||||||
@@ -65,6 +65,15 @@
|
|||||||
h5 Active connections
|
h5 Active connections
|
||||||
connection-list
|
connection-list
|
||||||
|
|
||||||
|
.mb-3.mt-4
|
||||||
|
h5 About
|
||||||
|
a.btn.btn-secondary.me-2(href='https://github.com/eugeny/tabby-web', target='_blank')
|
||||||
|
fa-icon([icon]='_githubIcon', [fixedWidth]='true')
|
||||||
|
span eugeny/tabby-web
|
||||||
|
a.btn.btn-secondary.me-2(href='https://github.com/eugeny/tabby', target='_blank')
|
||||||
|
fa-icon([icon]='_githubIcon', [fixedWidth]='true')
|
||||||
|
span eugeny/tabby
|
||||||
|
|
||||||
.modal-footer
|
.modal-footer
|
||||||
.text-muted Account ID: {{user.id}}
|
.text-muted Account ID: {{user.id}}
|
||||||
.ms-auto
|
.ms-auto
|
||||||
|
|||||||
Reference in New Issue
Block a user