[freeside-commits] freeside/httemplate/edit/process torrus_srvderive.html, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Sat Feb 26 16:49:50 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv19842/httemplate/edit/process

Added Files:
	torrus_srvderive.html 
Log Message:
torrus virtual ports, RT#10574

--- NEW FILE: torrus_srvderive.html ---
<% include( 'elements/process.html',
               'table'       => 'torrus_srvderive',
               'viewall_dir' => 'browse',
               'process_m2name' => {
                     'link_table'   => 'torrus_srvderive_component',
                     'num_col'      => 'derivenum',
                     'name_col'     => 'serviceid',
                     'names_list'   => \@serviceids,
                     'param_style'  => 'link_table.value checkboxes',
               },
           )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

my $nms = new FS::NetworkMonitoringSystem;
my @serviceids = $nms->torrus_serviceids;

</%init>



More information about the freeside-commits mailing list