summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralisonjm <alisonjm>2011-06-08 21:30:52 +0000
committeralisonjm <alisonjm>2011-06-08 21:30:52 +0000
commit6ee3a96169636a2524d758d1c0a93dfe6fb3d02a (patch)
treea2343602eac8143e3a76d68813c8fefb6243db00
parenta47a273090f5eeda4cd6c21155b6ebb5d3b3f24a (diff)
Fixed bug, I think
-rw-r--r--src/examples/rrdJFlotFilter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/rrdJFlotFilter.html b/src/examples/rrdJFlotFilter.html
index 6b7f216..9c904c2 100644
--- a/src/examples/rrdJFlotFilter.html
+++ b/src/examples/rrdJFlotFilter.html
@@ -40,10 +40,10 @@
</head>
<body>
- <h1 id="title">RRD Graphs with Flot, with Filter Operations</h1>
+ <h1 id="title">RRD Graphs with Flot, with DS Filter Operations</h1>
RRD URL:
- <input type="text" id="input_fname" value="example1.rrd"
+ <input type="text" id="input_fname" value="example3.rrd"
onchange="fname_update()">
<button onclick="fname_update()">Update</button>
<hr>