ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/textual_multilabel.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
TextualMultilabel = Struct.new(:title, :options) do
  def locals
    {:title => title, :rows => options[:values], :labels => options[:labels], :component => 'SimpleTable', :wide => options[:wide]}
  end
end