added about links

This commit is contained in:
Eugene Pankov
2021-11-14 16:04:35 +01:00
parent 771f9c04e3
commit dd5bf0773e

View File

@@ -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