mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
UI multiple bug fixes (#2072)
* fixes #2071 #2068 * closes #2070 * closes #2046 * fixes #2074 * closes #2045 * closes #2077. Use LAN address instead of IP when opening https
This commit is contained in:
@@ -34,7 +34,7 @@ export class SuccessPage {
|
||||
fadeFactor = 0.07
|
||||
columns: any[] = []
|
||||
maxStackHeight: any
|
||||
disableLogin = true
|
||||
disableLogin = this.stateService.setupType === 'fresh'
|
||||
|
||||
constructor(
|
||||
@Inject(DOCUMENT) private readonly document: Document,
|
||||
|
||||
Reference in New Issue
Block a user