Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/clients/clients.cshtml @ 12477

Last change on this file since 12477 was 12477, checked in by dglaser, 9 years ago

#2388: Created WebApp.Statistics plugin

File size: 592 bytes
Line 
1@using HeuristicLab.Services.Access.DataTransfer
2@using HeuristicLab.Services.Hive
3@if (Request.IsAuthenticated && User.IsInRole(HiveRoles.Administrator)) {
4<header class="view-header">
5    <ul class="nav nav-list nav-list-topbar pull-left">
6        <li>
7            <a ng-href="#/statistics/jobs">Jobs</a>
8        </li>
9        <li>
10            <a ng-href="#/statistics/users">Users</a>
11        </li>
12        <li class="active">
13            <a ng-href="#/statistics/clients">Clients</a>
14        </li>
15    </ul>
16</header>
17
18<div class="default-view-container">
19
20</div>
21}
Note: See TracBrowser for help on using the repository browser.