/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to js/config.js

  • Committer: Suren A. Chilingaryan
  • Date: 2012-03-08 22:48:13 UTC
  • Revision ID: csa@dside.dyndns.org-20120308224813-9vakv82um0ty16s4
Finish mergin RRDReader by Riku and few fixes for newer pecl-rrd

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    this.interpolate = null;
24
24
    this.show_marks = null;
25
25
    this.show_gaps = null;
 
26
 
 
27
    this.plot_mode = 0;
26
28
    
27
29
    this.virtual = null;
28
30
    this.srctree = null;
236
238
}
237
239
 
238
240
 
 
241
CONFIG.prototype.SetPlotSettings = function(plot_mode) {
 
242
    if (plot_mode) this.cfg.plot_mode = plot_mode;
 
243
}
 
244
 
239
245
CONFIG.prototype.SetVirtualSettings = function(mode, settings) {
240
246
    if (mode) {
241
247
        this.cfg.virtual = mode;