Sha256: 4bf88620afd1cccd9aa46a95145039a6d320ea294920802c96210642510d9152
Contents?: true
Size: 887 Bytes
Versions: 9
Compression:
Stored size: 887 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', bAutoWidth: false, "order": [[0, "desc"]] }); });
Version data entries
9 entries across 9 versions & 1 rubygems