Fix frontend spelling of shouldManage (#898)

This commit is contained in:
Matt
2023-08-21 13:47:28 -07:00
committed by GitHub
parent fd8f16b615
commit 2f2396fe57
4 changed files with 15 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ export interface NetworkSettings {
staticIp: string,
hostname: string,
runNTServer: boolean
shouldMange: boolean,
shouldManage: boolean,
networkManagerIface?: string,
physicalInterface?: string,
setStaticCommand?: string,