git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/storagehub-icons-library@167698 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5eb3c862b3
commit
a16c7f9c81
|
@ -78,7 +78,7 @@ public class IconsManager {
|
|||
return new MDIcon("web", "#0277bd");
|
||||
if (extension.equals( "java")
|
||||
|| extension.equals( "r"))
|
||||
return new MDIcon("code", "#000"); // black
|
||||
return new MDIcon("code", "#f44336"); // red
|
||||
if (extension.endsWith("xml"))
|
||||
return new MDIcon("assignment", "#f44336"); //red
|
||||
if (extension.equals("sh"))
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 1.1 KiB |
|
@ -87,8 +87,8 @@ public class GWTIconsManager {
|
|||
if (extension.equals( "java")
|
||||
|| extension.equals( "r"))
|
||||
return StorageHubIconResources.INSTANCE.CODE();
|
||||
if (extension.equals( "pdf"))
|
||||
return StorageHubIconResources.INSTANCE.PDF();
|
||||
if (extension.equals( "sh"))
|
||||
return StorageHubIconResources.INSTANCE.SCRIPT();
|
||||
if (extension.equals( "rar")
|
||||
|| extension.equals( "zip")
|
||||
|| extension.equals( "tar")
|
||||
|
|
Loading…
Reference in New Issue