Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/16 16:55:18 (8 years ago)
Author:
jlodewyc
Message:

#2582 More parameter datatypes, splitting fileopening service, approving users, reopen last file, change name tasks and repetitions

File:
1 edited

Legend:

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

    r13827 r13841  
    1111    <div class="row"
    1212         style="text-align:center">
    13         <h1
    14             >
     13        <h1>
    1514            <span class="label label-warning "
    1615                  style="text-shadow:2px 2px black;">
    17                 Batch: @Model.SelectedBatchRun.Name
     16                Batch: <span id="nameCarrier@(randy)">@Model.SelectedBatchRun.Name</span>
    1817            </span>
     18
    1919        </h1>
     20        <input type="text"
     21               class="form-control"
     22               style="width:50%;display:initial; background-color:transparent;text-align:center"
     23               onchange="changeName([],this.value,@randy)"
     24               value="@Model.SelectedTask.ItemTask.Name" />
    2025    </div>
    2126    <h4 id="tasks">
    22         Repeats: @Model.SelectedBatchRun.Repetitions x
     27        Repeats:
     28        <input type="number"
     29               class="form-control"
     30               style="width:80px;display:initial"
     31               min="1"
     32               value="@Model.SelectedBatchRun.Repetitions"
     33               onchange="changeRepit([],this.value,@randy)" />
     34          x
    2335
    2436    </h4>
     
    3042               data-onstyle="warning"
    3143               onchange="toggleChild([], @randy)" />
    32        
     44
    3345    </p>
    3446    <div id="childs@(randy)">
Note: See TracChangeset for help on using the changeset viewer.