ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/textual_table.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
TextualTable = Struct.new(:title, :rows, :labels, :className) do
  def locals
    {:title => title, :rows => rows, :labels => labels, :component => 'SimpleTable', :className => className}
  end
end