Skip to content

Commit

Permalink
Added volume-mapping inventory collection
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryb-at-ibm committed Feb 2, 2021
1 parent 13b7d60 commit 2fd198c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/decorators/volume_mapping_decorator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class VolumeMappingDecorator < MiqDecorator
def self.fonticon
'pficon pficon-volume'
end

def quadicon
{
:fonticon => fonticon,
}
end
end

0 comments on commit 2fd198c

Please sign in to comment.