Sha256: e77ae9746d9288a4b04ec6c508bb5e75aa27bd700b70605fadab2e41bc88dbd6
Contents?: true
Size: 710 Bytes
Versions: 6
Compression:
Stored size: 710 Bytes
Contents
<%= selectable_f f, :network, [], { :include_blank => _('Please first select an image and an Azure region')}, { :label => _('Azure Subnet'), :required => true, :id => 'azure_rm_subnet', :class => "col-lg-8" } %> <%= selectable_f f, :bridge, ['None', 'Dynamic', 'Static'], {}, { :label => _("Public IP"), :label_size => "col-md-2" } %> <%= checkbox_f f, :name, { :label => _("Static Private IP"), :label_size => "col-md-2" }, 'true', 'false' %>
Version data entries
6 entries across 6 versions & 1 rubygems