Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_Graphlegend.cshtml @ 13740

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

#2582 Job Manager done. Start user management

File size: 557 bytes
Line 
1
2
3
4<p style="text-align:center">
5    <i class="fa fa-square" style="color:#f0a742"></i> Waiting  |
6    <i class="fa fa-square" style="color:#80d4ff"></i> Transferring  | 
7    <i class="fa fa-square" style="color:#2f6fa6"></i> Calculating  |
8    <i class="fa fa-square" style="color:#5cb85c"></i> Finished  | 
9    <i class="fa fa-square" style="color:#c2302c"></i> Failed/Aborted 
10</p>
11<p style="text-align:center">
12    <i class="fa fa-search-plus"></i> Left mouse button |
13    <i class="fa fa-search-minus"></i> Right mouse button
14</p>
Note: See TracBrowser for help on using the repository browser.