Sha256: 37a8620140b508947bee836f098f7a52bd85e577c27a21cbf5d26c80f6c2c913

Contents?: true

Size: 862 Bytes

Versions: 9

Compression:

Stored size: 862 Bytes

Contents

.row.tbl-header
  .col-xs-12
    %h4
      %a{href: url_for('/nodes')} nodes
      \/ Nodes that contain 
      %span "#{@to_research}"
  
.row
  .pull-right
    %form
      %button.ColVis_Button{type: 'button', onclick: 'history.go();'}
        %span.glyphicon.glyphicon-repeat Refresh
  .table-responsive
    %table.table.table-condensed.table-striped.table-hover#versionsTable
      %thead
        %tr
          %th Name
          %th Configuration

      %tbody
        - @nodes_match.each do |x|
          %tr
            %td #{x[:node]}
            %td
              %a{title: 'configuration',
                 href: url_for("/node/fetch/#{x[:full_name]}")}
                %span.glyphicon.glyphicon-cloud-download

:javascript
  $(function() {
    $('#versionsTable').dataTable({
      dom: 'C<"clear">lfrtip',
      "order": [[0, "desc"]]
    });
  });

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
oxidized-web-0.9.3 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.9.2 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.9.1 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.9.0 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.8.0 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.7.1 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.7.0 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.6.1 lib/oxidized/web/views/conf_search.haml
oxidized-web-0.6.0 lib/oxidized/web/views/conf_search.haml