Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/16 16:52:10 (8 years ago)
Author:
jlodewyc
Message:

#2582 Implement graphs(Pie and line per task) + live job overview with SignalR

Location:
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials
Files:
3 edited

Legend:

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

    r13712 r13714  
    2020<div class="collapse" id="collapseExample@(randomal)" style="margin-left:10px;margin-right:10px;margin-top:-10px">
    2121    <img src="~/img/accoladealg.png" style="width:100%;" />
    22     <div class="panel panel-primary" style="border-width:2px!important">
     22    <div class="panel panel-primary" style="border-width:2px!important;
     23box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     24text-shadow:none">
    2325        <div class="panel-heading panel-primary text-center">
    2426            <p>@Model.algo.Description</p>
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/_BatchRunSmall.cshtml

    r13712 r13714  
    2222</p>
    2323<div class="collapse"
    24      id="collapseExample@(randombr)" style="margin-left:10px;margin-right:10px;margin-top:-10px ">
     24     id="collapseExample@(randombr)"
     25     style="margin-left:10px;margin-right:10px;margin-top:-10px "
     26     
     27     >
    2528    <img src="~/img/accoladebatch.png" style="width:100%" />
    26     <div class="panel panel-warning" style="border-color:#f6cd94!important; border-width:2px!important">
     29    <div class="panel panel-warning"
     30         style="border-color:#f6cd94!important; border-width:2px!important;
     31box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     32text-shadow:2px 2px black">
    2733        <div class="panel-heading  text-center">
    2834            <p class="panel-title">
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Job/OpenFilePartials/_ExperimentSmall.cshtml

    r13712 r13714  
    2020<div class="collapse" id="collapseExample@(randomex)" style="margin-left:10px;margin-right:10px;margin-top:-10px">
    2121    <img src="~/img/accoladeexp.png" style="width:100%" />
    22     <div class="panel panel-danger" style="border-color:#c12e2a!important; border-width:2px!important">
     22    <div class="panel panel-danger" style="border-color:#c12e2a!important; border-width:2px!important;
     23box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     24text-shadow:2px 2px black">
    2325        <div class="panel-heading panel-danger text-center">
    2426            <p class="panel-title">Children: @Model.exp.Optimizers.Count</p>
Note: See TracChangeset for help on using the changeset viewer.