Skip to content

Commit

Permalink
Merge pull request #1013 from zeari/fix_topology_project_icon
Browse files Browse the repository at this point in the history
fix topology project icon
(cherry picked from commit 079f752)

https://bugzilla.redhat.com/show_bug.cgi?id=1441661
  • Loading branch information
himdel authored and simaishi committed Apr 13, 2017
1 parent 35909aa commit 9fb00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/ui_service_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def icons
{
:AvailabilityZone => {:type => "glyph", :icon => "\uE911", :fontfamily => "PatternFlyIcons-webfont"}, # pficon-zone
:ContainerReplicator => {:type => "glyph", :icon => "\uE624", :fontfamily => "PatternFlyIcons-webfont"}, # pficon-replicator
:ContainerProject => {:type => "glyph", :icon => "\uE622", :fontfamily => "PatternFlyIcons-webfont"}, # pficon-project
:ContainerProject => {:type => "glyph", :icon => "\uE905", :fontfamily => "PatternFlyIcons-webfont"}, # pficon-project
:ContainerGroup => {:type => "glyph", :icon => "\uF1B3", :fontfamily => "FontAwesome"}, # fa-cubes
:ContainerNode => {:type => "glyph", :icon => "\uE621", :fontfamily => "PatternFlyIcons-webfont"}, # pficon-container-node
:ContainerService => {:type => "glyph", :icon => "\uE61E", :fontfamily => "PatternFlyIcons-webfont"}, # pficon-service
Expand Down

0 comments on commit 9fb00c2

Please sign in to comment.