Skip to content

Commit

Permalink
Change names of nodes
Browse files Browse the repository at this point in the history
User,ContainerNode and MiqGroup
  • Loading branch information
ZitaNemeckova committed Oct 31, 2017
1 parent a073fbf commit c924fff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/presenters/tree_builder_buttons.rb
Expand Up @@ -22,10 +22,16 @@ def x_get_tree_roots(_count_only, _options)
name = case klass
when 'ContainerGroup'
_('Container Pod')
when 'ContainerNode'
_('Container Node')
when 'ContainerProject'
_('Container Project')
when 'MiqGroup'
_('Group')
when 'Switch'
_('Virtual Infra Switch')
when 'User'
_('User')
else
ui_lookup(:model => klass)
end
Expand Down

0 comments on commit c924fff

Please sign in to comment.