Skip to content

Commit

Permalink
Merge pull request #44 from Autosde/introduced_volume_mapping
Browse files Browse the repository at this point in the history
Introduced Volume Mapping
  • Loading branch information
skateman authored Feb 12, 2021
2 parents f74cd74 + 2fd198c commit c7f4639
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 c7f4639

Please sign in to comment.