mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
proxies (#2376)
* proxies * OS outbound proxy. ugly, needs work * abstract interface address management * clearnet and outbound proxies for services * clean up * router tab * smart launching of UIs * update sdk types * display outbound proxy on service show and rework menu
This commit is contained in:
@@ -128,7 +128,7 @@ export class RecoverPage {
|
||||
styleUrls: ['./recover.page.scss'],
|
||||
})
|
||||
export class DriveStatusComponent {
|
||||
@Input() hasValidBackup!: boolean
|
||||
@Input({ required: true }) hasValidBackup!: boolean
|
||||
}
|
||||
|
||||
interface MappedDisk {
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Component, Input } from '@angular/core'
|
||||
templateUrl: 'download-doc.component.html',
|
||||
})
|
||||
export class DownloadDocComponent {
|
||||
@Input() lanAddress!: string
|
||||
@Input({ required: true }) lanAddress!: string
|
||||
|
||||
get crtName(): string {
|
||||
const hostname = new URL(this.lanAddress).hostname
|
||||
|
||||
Reference in New Issue
Block a user