<% include("/elements/header.html","Export Listing", menubar( 'Main Menu' => "$p#sysadmin" )) %> Provisioning services to external machines, databases and APIs.

Add a new export

<% table() %> Export Options % foreach my $part_export ( sort { % $a->getfield('exportnum') <=> $b->getfield('exportnum') % } qsearch('part_export',{}) ) { % <% $part_export->exportnum %> <% $part_export->exporttype %> to <% $part_export->machine %> (edit | delete) <% itable() %> % my %opt = $part_export->options; % foreach my $opt ( keys %opt ) { <% $opt %><% encode_entities($opt{$opt}) %> % } % } <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration');