diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 18:07:47 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-09-23 18:07:47 -0700 |
commit | 36a1e9c1661fb552d368f2f675dcb0793d733748 (patch) | |
tree | a4d2e0c2bb10ae1f49017ea1a900f72c7dd48a75 /httemplate/edit/svc_acct.cgi | |
parent | aa38c070977cf63365a4d26a3e4a7e5049ad70d0 (diff) |
export host selection per service, RT#17914
Diffstat (limited to 'httemplate/edit/svc_acct.cgi')
-rwxr-xr-x | httemplate/edit/svc_acct.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 38567ef67..142c11150 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -173,6 +173,12 @@ function randomPass() { <INPUT TYPE="hidden" NAME="sectornum" VALUE="<% $svc_acct->sectornum %>"> %} +<& /elements/tr-svc_export_machine.html, + 'svc' => $svc_acct, + 'part_svc' => $part_svc, + 'cgi' => $cgi, +&> + % #uid/gid % foreach my $xid (qw( uid gid )) { % |