Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Resource/Index.cshtml @ 13689

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

#2582 Implemented uploading

File size: 371 bytes
Line 
1
2<div>
3
4    <ul class="nav nav-tabs">
5        <li role="presentation"><a asp-controller="Job" asp-action="Index">Jobs</a></li>
6        <li role="presentation"><a asp-controller="User" asp-action="Index">User management</a></li>
7        <li role="presentation" class="active"><a asp-controller="Resource" asp-action="Index">Resources</a></li>
8    </ul>
9</div>
Note: See TracBrowser for help on using the repository browser.