##// END OF EJS Templates
ssh: embedded ssh support...
ssh: embedded ssh support - updated command generation and added debug flag - updated .ini config to have ALL required components to run SSH commands - rcssh-wrapper now is embedded and pinned into version of enterprise - update ssh_support configration - implements #5343

File last commit:

r1941:be441b36 default
r2043:338dc54d default
Show More
permissions_global.mako
10 lines | 385 B | application/x-mako | MakoHtmlLexer
${h.secure_form(h.route_path('admin_permissions_global_update'), method='POST', request=request)}
<div class="form permissions-global">
<!-- fields -->
<div class="fields">
<%namespace name="dpb" file="/base/default_perms_box.mako"/>
${dpb.default_perms_radios(global_permissions_template = True)}
</div>
</div>
${h.end_form()}