Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/16 17:08:33 (8 years ago)
Author:
jlodewyc
Message:

#2582 Recursive views for Experiments and batch runs. Distribute child tasks start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_Layout.cshtml

    r13689 r13696  
    1111        <link href="~/css/min/site.min.css" rel="stylesheet" />
    1212    </environment>
     13    <link href="https://gitcdn.github.io/bootstrap-toggle/2.2.0/css/bootstrap-toggle.min.css" rel="stylesheet">
     14   
    1315</head>
    1416<body>
     
    2325        <script src="~/js/jquery-2.1.1.js"></script>
    2426        <script src="~/js/bootstrap.js"></script>
    25      
     27        <script src="https://gitcdn.github.io/bootstrap-toggle/2.2.0/js/bootstrap-toggle.min.js"></script>
    2628        <script src="~/js/jquery.signalr-2.1.2.js"></script>
    2729        <script src='~/signalr/js'></script>
Note: See TracChangeset for help on using the changeset viewer.