added new pop columns
This commit is contained in:
@@ -32,6 +32,9 @@ class PopController extends mfBaseController
|
||||
"name" => $pop->name,
|
||||
"networkArea" => $pop->networks,
|
||||
"location" => $pop->location,
|
||||
"state" => $pop->state,
|
||||
"folder_link" => $pop->folder_link,
|
||||
"doku_date" => $pop->doku_date,
|
||||
"vlan" => [
|
||||
"public" => $pop->vlan_public,
|
||||
"nat" => $pop->vlan_nat,
|
||||
@@ -51,6 +54,7 @@ class PopController extends mfBaseController
|
||||
],
|
||||
"NETWORKS" => $networks,
|
||||
"POPS" => $pops,
|
||||
"IS_ADMIN" => $this->me->is("Admin"),
|
||||
];
|
||||
|
||||
$this->layout()->set("vueViewName", "Pop");
|
||||
|
||||
Reference in New Issue
Block a user