Fixed Network list in Pop/Index
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user