ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/textual_empty.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
TextualEmpty = Struct.new(:title, :text) do
  def locals
    {:title => title, :text => text, :component => 'EmptyGroup'}
  end
end