From b118bdb5cad0c32722f8f93821c5a6f7f77d2712 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 26 Feb 2010 02:05:27 +0000 Subject: Add selection of nr. of columns --- src/examples/rrdContent.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/examples/rrdContent.html b/src/examples/rrdContent.html index ca77147..4e2ad50 100644 --- a/src/examples/rrdContent.html +++ b/src/examples/rrdContent.html @@ -25,7 +25,7 @@ -

RRD Content

+

RRD Raw Content

RRD URL: DS: RRA: + Columns: @@ -110,6 +118,8 @@ ds_idx=Math.round(oSelDS.options[oSelDS.selectedIndex].value); oSelRRA=document.getElementById("select_rra"); rra_idx=oSelRRA.options[oSelRRA.selectedIndex].value; + oSelClm=document.getElementById("select_columns"); + clm_nr=Math.round(oSelClm.options[oSelClm.selectedIndex].value); // cleanup // rows may have been added during previous updates @@ -128,13 +138,14 @@ var oRow=undefined; for (var i=0; i