Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
* Fixed updating of long_output (fixes #2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis Mosshammer committed Apr 20, 2012
1 parent 8f0133f commit f34814d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/modules/Cronks/lib/js/Cronks/Tackle/Information/Head.js
Expand Up @@ -117,6 +117,7 @@ Ext.ns('Icinga.Cronks.Tackle.Information');

this.stateInfo.setSource(record.data);
this.pluginOutputInfo.update(record.data);
this.pluginLongOutputInfo.update(record.data);
this.pluginPerfdataInfo.update(record.data);
},

Expand All @@ -143,4 +144,4 @@ Ext.ns('Icinga.Cronks.Tackle.Information');

Ext.reg('cronks-tackle-information-head', Icinga.Cronks.Tackle.Information.Head);

})();
})();

0 comments on commit f34814d

Please sign in to comment.