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/_BatchRunSmall.cshtml

    r13735 r13827  
    11@model HeuristicLab.Clients.Hive.WebJobManager.Models.BatchRunContainer
    22@{
    3     int randombr = Model.randy.Next(5000);
     3    int randombr = Model.randy.Next(50000);
    44    var builder = "[";
    55    foreach (var arr in Model.depth)
     
    99    builder += "]";
    1010}
    11 
     11<!-- Partial for displaying a small version of a batch file-->
    1212
    1313<p class="text-center">
     
    1717       aria-expanded="false"
    1818       aria-controls="collapseExample@(randombr)"
    19         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);
     19        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);
    2020                            text-shadow:2px 2px black;">
    2121        @Model.batch.Name
Note: See TracChangeset for help on using the changeset viewer.