diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-27 14:20:48 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-13 18:11:09 -0500 |
commit | ecf01f1adf08cfbbb489d18c39a9626079112526 (patch) | |
tree | ff8a74894e822f71c813182babe7178f877a8335 /httemplate/misc/process | |
parent | e05e4f1f0d6a704db4d3c8b3d9a851216569580c (diff) |
RT#18834: Cacti integration [real graph import]
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/cacti_graphs.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/misc/process/cacti_graphs.cgi b/httemplate/misc/process/cacti_graphs.cgi new file mode 100644 index 000000000..160b1ad85 --- /dev/null +++ b/httemplate/misc/process/cacti_graphs.cgi @@ -0,0 +1,6 @@ +<% $server->process %> + +<%init> +my $server = FS::UI::Web::JSRPC->new('FS::part_export::cacti::process_graphs', $cgi); +</%init> + |