summaryrefslogtreecommitdiffstats
path: root/rrdtool-listgraphcfg-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-07-21 09:35:15 +0000
committerMika Havela <mika.havela@gmail.com>2009-07-21 09:35:15 +0000
commitdf139d6795334165c4fa84aaeba9e2cea85b0c2d (patch)
treeef79da3b90ebf49277ddb6e1f788347649ea1e93 /rrdtool-listgraphcfg-html.lsp
parentaaea25c0807cabfc64c272f25d293d9653923c86 (diff)
downloadacf-rrdtool-df139d6795334165c4fa84aaeba9e2cea85b0c2d.tar.bz2
acf-rrdtool-df139d6795334165c4fa84aaeba9e2cea85b0c2d.tar.xz
New view to be able to create new graph-configs
Diffstat (limited to 'rrdtool-listgraphcfg-html.lsp')
-rw-r--r--rrdtool-listgraphcfg-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrdtool-listgraphcfg-html.lsp b/rrdtool-listgraphcfg-html.lsp
index 9c1d944..d415675 100644
--- a/rrdtool-listgraphcfg-html.lsp
+++ b/rrdtool-listgraphcfg-html.lsp
@@ -51,7 +51,7 @@ function javascript_confirm_graph(formID,filename) {
<% if session.permissions[page_info.controller].createrrd then %>
<TR>
<TD style="padding-right:20px;white-space:nowrap;">
- <% io.write(html.link{value = "editgraphcfg", label="Create new graph " }) %>
+ <% io.write(html.link{value = "newgraphcfg", label="Create new graph " }) %>
</TD>
<TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD>
</TR>