@ -16,11 +16,12 @@ block content
fieldset
legend Network Settings
p #{site.name} is capable of accepting Core Connect requests from other nodes, issuing them OAuth2 credentials, and offering their services to your node's members. These options control how the system will process these requests when received.
.uk-margin
label(for="network-policy").uk-form-label Constellation Policy
select(id="network-policy", name="networkPolicy").uk-select
option(value="open", selected= (site.networkPolicy === 'open')) Open
option(value="controlled", selected= (site.networkPolicy === 'controlled')) Controlled
option(value="closed", selected= (site.networkPolicy === 'closed')) Closed
option(value="open", selected= (site.networkPolicy === 'open')) Open (Auto-Accept)
option(value="controlled", selected= (site.networkPolicy === 'controlled')) Controlled (Approval Required)
option(value="closed", selected= (site.networkPolicy === 'closed')) Closed (Auto-Reject)
button(type="submit").uk-button.dtp-button-primary Save Settings