Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/DataPartials/Others.cshtml @ 13862

Last change on this file since 13862 was 13827, checked in by jlodewyc, 9 years ago

#2582 Parameter changing busy, save file, download file and email on pass reset

File size: 217 bytes
Line 
1@model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.Jobs.DataPackageVM
2@using HeuristicLab.Data;
3@using HeuristicLab.Core;
4
5<td>
6    @Model.Data.ActualValue.GetType()
7    @Model.Data.ActualValue
8</td>
Note: See TracBrowser for help on using the repository browser.