ManageIQ/manageiq-ui-classic

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module TreeNode
  class ConfigurationScriptBase < Node
    set_attribute(:icon, 'pficon pficon-template')
    set_attribute(:tooltip) { _("%{type}: %{name}") % {:name => @object.name, :type => ui_lookup(:model => @object.type)} }
  end
end