|
From: <net...@us...> - 2011-02-11 22:35:58
|
Revision: 292
http://openautomation.svn.sourceforge.net/openautomation/?rev=292&view=rev
Author: netzkind
Date: 2011-02-11 22:35:52 +0000 (Fri, 11 Feb 2011)
Log Message:
-----------
missed changes to diagram/structure_plugin.js
Modified Paths:
--------------
CometVisu/trunk/visu/plugins/diagram/structure_plugin.js
Modified: CometVisu/trunk/visu/plugins/diagram/structure_plugin.js
===================================================================
--- CometVisu/trunk/visu/plugins/diagram/structure_plugin.js 2011-02-11 22:06:12 UTC (rev 291)
+++ CometVisu/trunk/visu/plugins/diagram/structure_plugin.js 2011-02-11 22:35:52 UTC (rev 292)
@@ -63,7 +63,7 @@
width: {type: "string", required: false},
height: {type: "string", required: false},
unit: {type: "string", required: false},
- series: {type: "list", required: false, list: {day: "day", week: "week", month: "month", year: "year"}},
+ series: {type: "list", required: false, list: {day: "1 day", week: "1 week", month: "1 month", year: "1 year"}},
refresh: {type: "numeric", required: false}
},
content: {type: "string", required: true}
@@ -122,7 +122,7 @@
attributes: {
rrd: {type: "string", required: true},
unit: {type: "string", required: false},
- series: {type: "list", required: false, list: {day: "day", week: "week", month: "month", year: "year"}},
+ series: {type: "list", required: false, list: {day: "1 day", week: "1 week", month: "1 month", year: "1 year"}},
refresh: {type: "numeric", required: false}
},
content: {type: "string", required: true}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|