mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-7040-forzar-URL-publica-meta' into 'develop'
Reverted failed change Closes pandora_enterprise#7040 See merge request artica/pandorafms!4007
This commit is contained in:
commit
b4e469c463
@ -46,4 +46,3 @@ Pandora FMS is a monitoring tool that not only measures if a parameter is right
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||

|

|
||||||
|
|
||||||
|
@ -211,7 +211,7 @@ if (is_ajax()) {
|
|||||||
$agents = array_reduce(
|
$agents = array_reduce(
|
||||||
$rows,
|
$rows,
|
||||||
function ($carry, $item) {
|
function ($carry, $item) {
|
||||||
if ($carry[$item['id_tmetaconsole_setup']] === null) {
|
if ($carry[$item['id_tmetaconsole_setup']] === null) {
|
||||||
$carry[$item['id_tmetaconsole_setup']] = [];
|
$carry[$item['id_tmetaconsole_setup']] = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user