Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/16 16:52:40 (9 years ago)
Author:
jlodewyc
Message:

#2582 Start angular OKB manager, data loaded

File:
1 edited

Legend:

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

    r13860 r13862  
    7777    </li>
    7878    <li role="presentation"
     79        class="@(Model.Active == "OKBAdmin" ? "active" : "")
     80        @(Model.User.hasOKBAdminAccess() == false ? "disabled" : "")
     81        ">
     82        @if ( Model.User.hasOKBAdminAccess())
     83            {
     84            <a asp-controller="OkbManagement"
     85               asp-action="Index"
     86               accesskey="q">
     87                OKB management
     88            </a>
     89        }
     90        else
     91        {
     92            <a>OKB management</a>
     93        }
     94
     95    </li>
     96    <li role="presentation"
    7997        class="pull-right ">
    8098       
Note: See TracChangeset for help on using the changeset viewer.