In my (pretty basic) 0.8.8f install graph tree is empty for some reason... Everything else seems to be ok - it's just I can't see anything
Here's console error I'm getting:
Code: Select all
TypeError: $(...).attr(...) is undefined
$.get($('#'+node+'_anchor').attr('href').replace('leaf_id=&', 'leaf_id='+leaf+'&... graph_view.php (line 93, col 10)
I think importing poller_stats templates could have something to do with it (not 100% sure though).
Any ideas..?
EDIT:
On further inspection: $('#'+node+'_anchor') doesn't seem to have href attribute...
Code: Select all
Object[]
context
Document graph_view.php
jquery
"1.10.2"
length
0
selector
"#node1_11_hgd_gt_8_anchor"
constructor
function(selector, context)
init
function(selector, context, rootjQuery)
accordion
function(options)
etc...
Commenting out the following:
Code: Select all
/* $.get($('#'+node+'_anchor').attr('href').replace('leaf_id=&', 'leaf_id='+leaf+'&').replace('action=tree', 'action=tree_content')+"&nodeid="+node, function(data) {
$('#main').html(data);
}); */