Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/13/16 13:17:52 (9 years ago)
Author:
jlodewyc
Message:

#2582 Hive finish, start OKB

File:
1 edited

Legend:

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

    r13847 r13848  
    66        class="@(Model.Active == "Job" ? "active" : "")">
    77        <a asp-controller="Job"
     8           accesskey="j"
    89           asp-action="Index">
    910            Job management
     
    1718            {
    1819                <a asp-controller="User"
    19                    asp-action="Index">
     20                   asp-action="Index"
     21                   accesskey="u">
    2022                    User management
    2123                </a>
     
    3436            {
    3537            <a asp-controller="Resource"
    36                asp-action="Index">
     38               asp-action="Index"
     39               accesskey="r">
    3740                Resources
    3841            </a>
     
    5053        <a asp-controller="Home"
    5154           asp-action="Logout"
     55           accesskey="l"
    5256           class="text-danger">
    5357            Logout
Note: See TracChangeset for help on using the changeset viewer.