ManageIQ/manageiq-ui-classic

View on GitHub
app/presenters/tree_builder_catalogs.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class TreeBuilderCatalogs < TreeBuilderCatalogsClass
  private

  def tree_init_options
    {:full_ids => true, :lazy => true}
  end

  def root_options
    {
      :text    => t = _("All Catalogs"),
      :tooltip => t
    }
  end
end