From d49010a66185fa26aa500314a55bf792e604d238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Thu, 26 Jul 2018 14:10:55 +0200 Subject: [PATCH] Display the correct quadicon for NTFS datastore entities Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1608461 --- app/decorators/storage_decorator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/decorators/storage_decorator.rb b/app/decorators/storage_decorator.rb index 3fb6fc2dec3..baee35314f5 100644 --- a/app/decorators/storage_decorator.rb +++ b/app/decorators/storage_decorator.rb @@ -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