Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5134586
_dnssec_form.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Aug 17, 7:54 PM
Size
748 B
Mime Type
text/plain
Expires
Wed, Aug 19, 7:54 PM (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
432785
Attached To
rWEBDNS WebDNS (edet4)
_dnssec_form.html.erb
View Options
<%=
bootstrap_form_for
(
@domain
,
layout
:
:horizontal
,
label_col
:
'col-sm-2'
,
control_col
:
'col-sm-4'
)
do
|
f
|
%>
<%=
f
.
hidden_field
:group_id
%>
<%=
f
.
static_control
:name
%>
<%=
f
.
select
:dnssec
,
[[
'Enable'
,
true
]
,
[
'Disable'
,
false
]]
%>
<fieldset id="dnssec_fieldset"
<%=
'disabled'
if
!
@domain
.
dnssec
%>
>
<%=
f
.
select
:dnssec_parent_authority
,
Domain
.
dnssec_parent_authorities
,
include_blank
:
true
,
label
:
'Parent authority'
,
help
:
'WebDNS will manage DS records automatically, handling initial setup and key rollovers.'
%>
<%=
f
.
text_field
:dnssec_parent
,
label
:
'Parent zone'
,
help
:
'The parent zone to publish the DS records.'
%>
</fieldset>
<%=
f
.
submit
'Save'
,
class
:
'btn btn-primary col-sm-offset-2'
%>
<%
end
%>
Event Timeline
Log In to Comment