Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/16 17:13:50 (8 years ago)
Author:
jlodewyc
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/_ExperimentSmall.cshtml

    r13735 r13827  
    11@model HeuristicLab.Clients.Hive.WebJobManager.Models.ExperimentContainer
    2 @{int randomex = Model.randy.Next(5000);
     2@{int randomex = Model.randy.Next(50000);
    33    var builder = "[";
    44    foreach (var arr in Model.depth)
     
    88    builder += "]";
    99}
     10<!-- Partial for displaying a small version of an experiment-->
    1011<p class="text-center">
    1112    <a class="btn btn-danger"
     
    1415       aria-expanded="false"
    1516       aria-controls="collapseExample@(randomex)"
    16        style="margin:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     17       style="margin:10px; margin-bottom:0; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    1718                            text-shadow:2px 2px black;">
    1819        @Model.exp.Name
Note: See TracChangeset for help on using the changeset viewer.