Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/_Help.cshtml @ 13841

Last change on this file since 13841 was 13841, checked in by jlodewyc, 8 years ago

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

File size: 1.8 KB
Line 
1<div  style="margin-left:50px; margin-right:50px; text-align:center">
2    <div class="row">
3        <p class="pull-right">
4            <a class="btn btn-info"
5               id="helper"
6               data-toggle="collapse"
7               href="#helperCol"
8               aria-expanded="false"
9               aria-controls="helperCol"
10               style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
11                            text-shadow:2px 2px black;">
12                <i class="fa fa-info-circle"></i> Help
13            </a>
14
15        </p>
16    </div>
17    <div class="collapse row"
18         id="helperCol"
19         style="background-color:#5bc0de;color:black; font-size:larger; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
20                            ">
21        <h3>Types</h3>
22        <p>Colors are used to show the different types: <span class="label label-danger">Experiment</span> <span class="label label-warning">Batch run</span>
23        <span class="label label-primary">Algorithm</span>. Clicking the buttons will expand them and show more information.</p>
24        <h3>Parameters</h3>
25        <p>All parameter changes happen in real time as soon as you change them. Pop ups will appear if your attention is needed for a specific part.</p>
26        <p style="font-style:italic; font-weight:bold">When you change a parameter from a task that falls under any repitition, the changes are pushed to all the other tasks too.
27        The interface only shows the change for one task.</p>
28        <h3>Hive</h3>
29        <p>This screen acts as a staging area. When you have changed all the data to your wishes you can go to the bottom of the screen to
30        upload the job and all its tasks to Hive OR you can save the job to a file again.</p>
31    </div>
32</div>
Note: See TracBrowser for help on using the repository browser.