mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
UI/feature/enable disable lan (#192)
* ui: skip startup notifications in mocks * ui: enable-disable lan toggle in ui * ui: remove this.lanAddress for this.app.lanAddress
This commit is contained in:
committed by
Aiden McClelland
parent
a20970fa17
commit
5cf7d1ff88
@@ -34,6 +34,8 @@ export interface AppAvailableVersionSpecificInfo {
|
||||
// installed
|
||||
|
||||
export interface AppInstalledPreview extends BaseApp {
|
||||
lanAddress: string
|
||||
lanEnabled: boolean
|
||||
torAddress: string
|
||||
versionInstalled: string
|
||||
ui: boolean
|
||||
|
||||
Reference in New Issue
Block a user