- Timestamp:
- 03/24/16 17:19:13 (9 years ago)
- Location:
- branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_Layout.cshtml
r13712 r13733 12 12 </environment> 13 13 <link href="https://gitcdn.github.io/bootstrap-toggle/2.2.0/css/bootstrap-toggle.min.css" rel="stylesheet"> 14 14 <link rel="stylesheet" href="//rawgithub.com/Caged/d3-tip/master/examples/example-styles.css"> 15 15 </head> 16 <body >16 <body > 17 17 <div> 18 18 <nav class="navbar navbar-default navbar-static-top" … … 32 32 <script src="~/js/raphael.js"></script> 33 33 <script src="~/js/plotly.js"></script> 34 <script src="~/js/moment.js"></script> 35 <script src="~/js/moment-timezone-with-data.js"></script> 36 <script src="~/js/d3.js"></script> 37 <script src="~/js/d3.v3.min.js"></script> 38 <script src="~/js/d3-gantt-jobstatus.js"></script> 39 <script src="~/js/d3-tip.js"></script> 34 40 @RenderBody() 35 41 </div>
Note: See TracChangeset
for help on using the changeset viewer.