mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-07 21:19:53 +00:00
fixed settings field mixup
This commit is contained in:
parent
235ba2497c
commit
b95b612a0b
@ -45,6 +45,7 @@
|
|||||||
.form-floating
|
.form-floating
|
||||||
input.form-control(
|
input.form-control(
|
||||||
type='text',
|
type='text',
|
||||||
|
name='custom_connection_gateway',
|
||||||
[(ngModel)]='user.custom_connection_gateway',
|
[(ngModel)]='user.custom_connection_gateway',
|
||||||
placeholder='wss://1.2.3.4',
|
placeholder='wss://1.2.3.4',
|
||||||
autocomplete='off'
|
autocomplete='off'
|
||||||
@ -55,6 +56,7 @@
|
|||||||
.form-floating
|
.form-floating
|
||||||
input.form-control(
|
input.form-control(
|
||||||
type='password',
|
type='password',
|
||||||
|
name='custom_connection_gateway_token',
|
||||||
[(ngModel)]='user.custom_connection_gateway_token',
|
[(ngModel)]='user.custom_connection_gateway_token',
|
||||||
placeholder='123',
|
placeholder='123',
|
||||||
autocomplete='new-password'
|
autocomplete='new-password'
|
||||||
|
@ -9,8 +9,10 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'
|
|||||||
import './styles.scss'
|
import './styles.scss'
|
||||||
import { AppModule } from './app.module'
|
import { AppModule } from './app.module'
|
||||||
|
|
||||||
|
if (!location.hostname.endsWith('.local')) {
|
||||||
|
enableProdMode()
|
||||||
|
}
|
||||||
|
|
||||||
enableProdMode()
|
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule)
|
platformBrowserDynamic().bootstrapModule(AppModule)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user