cockpit/themes/extended/theme.js in cpee-1.5.15 vs cockpit/themes/extended/theme.js in cpee-1.5.16
- old
+ new
@@ -248,10 +248,10 @@
'illustrator': {//{{{
'endnodes': 'this',
'label': function(node){
var rep = $('body').attr('current-resources');
var ep = self.endpoints[$(node).attr('endpoint')];
- var avg = $('> _timing_avg',$(node).children('_timing')).text();
+ var avg = $('_timing_avg',$(node).children('annotations')).text();
var lab = $('> label',$(node).children('parameters')).text().replace(/^['"]/,'').replace(/['"]$/,'');
var ret = [ { column: 'ID', value: $(node).attr('id') } ];
if (lab != '') {
ret.unshift( { column: 'Label', value: lab } );
}