Sha256: 61d4f68a49df0c9abe84ff320d7ced02ffb5be9b47991e6b45a32f55f9dd84e1

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 Bytes

Contents

<div class='form-group'>
  <label class='col-md-2 control-label'>
    <%= _('Remote Execution Interface') %>
    <% help = _('Identifier of the Host interface for Remote execution') %>
    <a rel="popover" data-content="<%= help %>" data-trigger="focus" data-container="body" data-html="true" tabindex="-1">
      <span class="pficon pficon-info "></span>
    </a>
  </label>
  <div class='col-md-4'>
    <%= text_field_tag 'remote_execution_interface', params[:remote_execution_interface], class: 'form-control' %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_remote_execution-4.3.1 app/views/api/v2/registration/_form.html.erb
foreman_remote_execution-4.3.0 app/views/api/v2/registration/_form.html.erb
foreman_remote_execution-4.2.3 app/views/api/v2/registration/_form.html.erb
foreman_remote_execution-4.2.2 app/views/api/v2/registration/_form.html.erb
foreman_remote_execution-4.2.1 app/views/api/v2/registration/_form.html.erb
foreman_remote_execution-4.2.0 app/views/api/v2/registration/_form.html.erb