lib/oxidized/web/views/conf_search.haml in oxidized-web-0.13.1 vs lib/oxidized/web/views/conf_search.haml in oxidized-web-0.14.0

- old
+ new

@@ -1,19 +1,21 @@ -.row.tbl-header - .col-xs-12 +.row + .col-8 %h4 %a{href: url_for('/nodes')} nodes \/ Nodes that contain - %span "#{@to_research}" - + %b + &= "#{@to_research}" + .col-4 + %form.float-end#oxButtons + %button.btn.btn-primary{type: 'button', onclick: 'history.go();'} + %i.bi.bi-arrow-clockwise + Refresh + .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 + %table.table.table-sm.table-striped.table-hover#versionsTable %thead %tr %th Name %th Configuration @@ -22,16 +24,15 @@ %tr %td #{x[:node]} %td %a{title: 'configuration', href: url_for("/node/fetch/#{x[:full_name]}")} - %span.glyphicon.glyphicon-cloud-download + %i.bi.bi-cloud-download :javascript $(function() { $('#versionsTable').dataTable({ - dom: 'C<"clear">lfrtip', - bAutoWidth: false, - "order": [[0, "desc"]] + autoWidth: false, + "order": [[0, "asc"]] }); });