Merge branch 'fronkdev' into 'master'

Fixed Network list in Pop/Index

See merge request fronk/thetool!1093
This commit is contained in:
Frank Schubert
2025-03-10 12:37:59 +00:00

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,