Sha256: b1c54d7e44d4f6b6a4b1eff863d09383dab6ba80ee2ef88eb91e2cdf0143d3b2

Contents?: true

Size: 604 Bytes

Versions: 23

Compression:

Stored size: 604 Bytes

Contents

<br/>
<div class="display-inline-block search_select_input">
  <%= label(:filter, "Filter:") %>
  <%= select_tag("filter[invocations]",
                  options_for_select([["All", :all],
                                      ["Top", :top]], :all),
                  { class: 'datatable_variable' }) %></b>
</div>
&nbsp;&nbsp;

<% content_for :javascripts do %>
  <script type='text/javascript'>
    jQuery(document).ready(function() {
      jQuery("#filter_invocations").change(function () {
        setPageOrder();
        SetFirstPage();
        return false;
      });
    });
  </script>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
naf-2.1.13 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.12 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.11 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.10 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.9 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.8 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.6 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.5 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.4 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.3 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.2 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.1 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.1.0 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.0.4 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.0.3 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.0.2 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.0.1 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-2.0.0 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-1.1.4 app/views/naf/machine_runner_invocations/_filter.html.erb
naf-1.1.3 app/views/naf/machine_runner_invocations/_filter.html.erb