Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/16 17:19:13 (8 years ago)
Author:
jlodewyc
Message:

#2582 Last fixes Job Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Resource/Index.cshtml

    r13689 r13733  
    22<div>
    33
    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>
     4    @Html.Partial("Navbar", new HeuristicLab.Clients.Hive.WebJobManager.ViewModels.NavbarViewModel("Resource"))
     5
     6
    97</div>
Note: See TracChangeset for help on using the changeset viewer.