ManageIQ/manageiq-ui-classic

View on GitHub
app/presenters/tree_node/configuration_profile.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module TreeNode
  class ConfigurationProfile < Node
    set_attribute(:text) { @object.name.split('|').first }
    set_attribute(:tooltip) { _("Configuration Profile: %{name}") % {:name => @object.name} }
  end
end