Skip to content

Commit

Permalink
Merge pull request #277 from moolitayer/node_icon
Browse files Browse the repository at this point in the history
Add icon for node alerts
  • Loading branch information
himdel committed Jan 31, 2017
2 parents 830549b + e4b9e66 commit bf941a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/presenters/tree_builder_alert_profile.rb
Expand Up @@ -39,6 +39,8 @@ def x_get_tree_roots(count_only, _options)
{:icon => 'pficon pficon-screen'}
when 'MiddlewareServer'
{:image => 'svg/vendor-wildfly.svg'}
when 'ContainerNode'
{:icon => 'pficon pficon-container-node'}
when 'ExtManagementSystem'
{:icon => 'pficon pficon-server'}
when 'MiqServer'
Expand Down

0 comments on commit bf941a6

Please sign in to comment.