diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-11-26 00:49:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-11-26 00:49:21 +0000 |
commit | 0b761f9b48c384f90124e6105519383eef2e9686 (patch) | |
tree | b72bf11dae32315863b8ee3fc8d03c11afa9a2bf /rrdtool-welcome-html.lsp | |
parent | 15286146e7a37e94922ee5f2b3243a67fb6bd69b (diff) | |
download | acf-rrdtool-0b761f9b48c384f90124e6105519383eef2e9686.tar.bz2 acf-rrdtool-0b761f9b48c384f90124e6105519383eef2e9686.tar.xz |
Removed startstop and welcome actions, cleaned up status, and removed popup viewtype
Diffstat (limited to 'rrdtool-welcome-html.lsp')
-rw-r--r-- | rrdtool-welcome-html.lsp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rrdtool-welcome-html.lsp b/rrdtool-welcome-html.lsp deleted file mode 100644 index 7cf7f79..0000000 --- a/rrdtool-welcome-html.lsp +++ /dev/null @@ -1,7 +0,0 @@ -<% local data, viewlibrary, page_info, session = ... -%> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("status") -end %> - |