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/Controllers/ResourceController.cs

    r13689 r13733  
    1717        public ResourceController(IHostingEnvironment env)
    1818        {
    19             HiveServiceLocatorWebManagerService hiveServiceLocator = (HiveServiceLocatorWebManagerService)HiveServiceLocatorWebManagerService.Instance;
     19            HiveServiceLocatorWeb hiveServiceLocator = (HiveServiceLocatorWeb)HiveServiceLocatorWeb.Instance;
    2020            client = hiveServiceLocator.getHiveServiceClient();
    2121
     
    2424        public IActionResult Index()
    2525        {
    26             if (((HiveServiceLocatorWebManagerService)(HiveServiceLocatorWebManagerService.Instance)).CheckLogin())
     26            if (((HiveServiceLocatorWeb)(HiveServiceLocatorWeb.Instance)).CheckLogin())
    2727            {
    2828
     
    3232            else
    3333            {
    34                 HiveServiceLocatorWebManagerService.SetLoginErrorMessage();
     34                HiveServiceLocatorWeb.SetLoginErrorMessage();
    3535                return RedirectToAction("Index", "Home");
    3636            }
Note: See TracChangeset for help on using the changeset viewer.