Sha256: 646541754b7c9531d5be6da4d07743d5438b165db236d46fb12879e108675013

Contents?: true

Size: 596 Bytes

Versions: 5

Compression:

Stored size: 596 Bytes

Contents

<div class="fields">
  <%= text_f f, :match, :class => "span6",
    :help_inline => popover("?", _("Matcher is a combination of an attribute and its value, if they match, the value below would be provided.<br> You may use any attribute foreman knows about, such as facts etc for example: <code> domain = example.com </code> or <code> is_virtual = true</code>"), :title => _("Matcher"))
  %>
  <%= textarea_f f, :value, :rows => :auto, :value => f.object.value_before_type_cast, :class => "span6", :help_inline => remove_child_link(icon_text("remove"), f, {:title => _('remove value')}) %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/lookup_keys/_value.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/lookup_keys/_value.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/lookup_keys/_value.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/lookup_keys/_value.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/lookup_keys/_value.html.erb