diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Views/Downloads/Index.cshtml')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Views/Downloads/Index.cshtml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Views/Downloads/Index.cshtml b/Software/Visual_Studio/Web/Tango.MachineService/Views/Downloads/Index.cshtml index 044daaaa2..3a1b8930b 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Views/Downloads/Index.cshtml +++ b/Software/Visual_Studio/Web/Tango.MachineService/Views/Downloads/Index.cshtml @@ -24,10 +24,14 @@ { <img src="~/Images/machine-studio.png" width="50" /> } - else + else if (item.App == Tango.MachineService.Models.DownloadModel.DownloadApp.PPC) { <img src="~/Images/ppc.png" width="50" /> } + else + { + <img src="~/Images/eureka.png.png" width="50" /> + } </td> <td> <a style="display:inline" href="/Downloads/Download?blobName=@item.ID&downloadApp=@item.App">@item.Name</a> |
