Skip to content

Commit

Permalink
Display the correct quadicon for NTFS datastore entities
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jul 26, 2018
1 parent c5df9ac commit d49010a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/decorators/storage_decorator.rb
Expand Up @@ -51,6 +51,8 @@ def store_type_icon
{:fonticon => 'ff ff-network-interface fa-rotate-180', :color => '#0099cc'}
when 'iscsi'
{:fonticon => 'ff ff-network-interface fa-rotate-180', :color => '#0099cc'}
when 'ntfs'
{:fileicon => 'svg/vendor-microsoft.svg'}
when 'glusterfs'
{:fileicon => 'svg/vendor-gluster.svg'}
else
Expand Down

0 comments on commit d49010a

Please sign in to comment.