Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/15 16:35:17 (9 years ago)
Author:
dglaser
Message:

#2388: Changed all files to connect to localhost / sqlexpress

HeuristicLab.Services.Hive-3.3:

  • Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented

HeuristicLab.Services.Hive.Web.Hive-3.3:

  • Added publish profiles

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added functionality to download TaskData as .hl file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/users/users.cshtml

    r12551 r12584  
    1616            <a ng-href="#/statistics/groups">Groups</a>
    1717        </li>
    18         @if (Request.IsAuthenticated && User.IsInRole(HiveRoles.Administrator)) {
    19             <li>
    20                 <a ng-href="#/statistics/exceptions">Exceptions</a>
    21             </li>
    22         }
     18        <li>
     19            <a ng-href="#/statistics/exceptions">Exceptions</a>
     20        </li>
    2321    </ul>
    2422</header>
Note: See TracChangeset for help on using the changeset viewer.