[HOTFIX] Host return from database
This commit is contained in:
parent
fc60df27ac
commit
69bc98d17d
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ export async function modifyServerEntry(serverSpec) {
|
||||||
name, // Could change
|
name, // Could change
|
||||||
mclName, // Shouldn't change
|
mclName, // Shouldn't change
|
||||||
id, // Won't change
|
id, // Won't change
|
||||||
// host, // TODO: Can only be updated if service name is generic and non descriptive
|
host, // TODO: Can only be updated if service name is generic and non descriptive, this returns the host from the database
|
||||||
version,
|
version,
|
||||||
serverType,
|
serverType,
|
||||||
cpu, // TODO: Ignored for now by the K8S manifests
|
cpu, // TODO: Ignored for now by the K8S manifests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue