Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300574
_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
Wed, Nov 19, 2:23 PM
Size
590 B
Mime Type
text/plain
Expires
Fri, Nov 21, 2:23 PM (5 h, 19 m)
Engine
blob
Format
Raw Data
Handle
292712
Attached To
rWEBDNS WebDNS (edet4)
_form.html.erb
View Options
<%=
bootstrap_form_for
(
@domain
,
layout
:
:horizontal
,
label_col
:
'col-sm-2'
,
control_col
:
'col-sm-4'
)
do
|
f
|
%>
<%=
f
.
text_field
:name
%>
<%=
f
.
collection_select
:group_id
,
edit_group_scope
,
:id
,
:name
%>
<%=
f
.
select
:type
,
Domain
.
allowed_domain_types
%>
<%=
f
.
text_field
:master
,
wrapper_class
:
@domain
.
slave?
?
''
:
'hidden'
%>
<%=
f
.
submit
'Save'
,
class
:
'btn btn-primary col-sm-offset-2'
%>
<%
if
dnssec?
&&
@domain
.
persisted?
&&
@domain
.
dnssec_elegible?
%>
<%=
link_to
'Setup DNSSEC'
,
edit_dnssec_domain_path
(
@domain
),
class
:
'btn btn-default'
%>
<%
end
%>
<%
end
%>
Event Timeline
Log In to Comment