mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Uploaded lost changes.
This commit is contained in:
parent
8a6d1509f0
commit
f7deed5508
@ -37,7 +37,6 @@ if (is_ajax ()) {
|
||||
|
||||
|
||||
$status = agents_get_status($node);
|
||||
$status = 1;
|
||||
|
||||
foreach ($nodes as $node) {
|
||||
switch ($status) {
|
||||
|
@ -1587,7 +1587,7 @@ NetworkmapController.prototype.refresh_nodes = function() {
|
||||
var params = {};
|
||||
params["refresh_nodes_open"] = 1;
|
||||
params["id_map"] = self._id;
|
||||
params["page"] = "include/ajax/map.ajax2";
|
||||
params["page"] = "include/ajax/map.ajax";
|
||||
var agent_nodes = $.grep(nodes,
|
||||
function(node) {
|
||||
if (node['type'] == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user