Fixed Network list in Pop/Index

This commit is contained in:
Frank Schubert
2025-03-10 13:36:50 +01:00
parent af321566af
commit 669f5cdc59

View File

@@ -30,7 +30,7 @@ class PopController extends mfBaseController
return [
"id" => $pop->id,
"name" => $pop->name,
"networkArea" => $pop->network->name,
"networkArea" => $pop->networks,
"location" => $pop->location,
"vlan" => [
"public" => $pop->vlan_public,