diff --git a/app/decorators/volume_mapping_decorator.rb b/app/decorators/volume_mapping_decorator.rb new file mode 100644 index 0000000..f9b08a2 --- /dev/null +++ b/app/decorators/volume_mapping_decorator.rb @@ -0,0 +1,11 @@ +class VolumeMappingDecorator < MiqDecorator +def self.fonticon + 'pficon pficon-volume' + end + + def quadicon + { + :fonticon => fonticon, + } + end +end