summaryrefslogtreecommitdiffstats
path: root/rrdtool-listrrd-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-listrrd-html.lsp')
-rw-r--r--rrdtool-listrrd-html.lsp9
1 files changed, 0 insertions, 9 deletions
diff --git a/rrdtool-listrrd-html.lsp b/rrdtool-listrrd-html.lsp
index cee087c..c9aaf24 100644
--- a/rrdtool-listrrd-html.lsp
+++ b/rrdtool-listrrd-html.lsp
@@ -84,12 +84,3 @@ function javascript_confirm_demo(formID,filename) {
</tr>
<% end %>
</tbody></table>
-
-<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("newfile") then
- local newfileform = viewlibrary.dispatch_component("newfile", nil, true) %>
-<h2>Create new Domain</h2>
-<%
- newfileform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/newfile"
- htmlviewfunctions.displayform(newfileform)
-end %>
-