This commit is contained in:
Eugene Pankov
2021-06-21 09:22:13 +02:00
parent 8bae6e1769
commit 663615fe06
11 changed files with 145 additions and 22 deletions

View File

@@ -46,6 +46,15 @@
fa-icon([icon]='_addIcon', [fixedWidth]='true')
span New config
div(ngbDropdown, placement='bottom-right')
button.btn(ngbDropdownToggle)
fa-icon([icon]='_connectionIcon', [fixedWidth]='true')
div(ngbDropdownMenu)
.form-check.form-switch
input.form-check-input(type='checkbox', ngModel='!!loginService.user.custom_connection_gateway')
label(class='form-check-label') Use custom connection gateway
div(ngbDropdown, placement='bottom-right')
button.btn(ngbDropdownToggle)
fa-icon([icon]='_userIcon', [fixedWidth]='true')