Last change
on this file since 17578 was
13847,
checked in by jlodewyc, 9 years ago
|
#2582 Security access implemented, directory renaming and choosing, adding more partials
|
File size:
1.5 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; 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. A log on the right menu will keep you updated.</p>
|
---|
26 | <h3>Hive</h3>
|
---|
27 | <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
|
---|
28 | upload the job and all its tasks to Hive OR you can save the job to a file again.</p>
|
---|
29 | </div>
|
---|
30 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.