Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/16 16:52:10 (9 years ago)
Author:
jlodewyc
Message:

#2582 Implement graphs(Pie and line per task) + live job overview with SignalR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Controllers/JobController.cs

    r13712 r13714  
    5959            {
    6060                HiveClientWeb.Instance.Refresh();
    61 
     61               
    6262                vm.userJobs = HiveClientWeb.Instance.Jobs.ToList();
    6363                foreach(var j in vm.userJobs)
     
    6969                }
    7070                vm.selectedJob.RefreshAutomatically = true;
    71                 HiveClientWeb.LoadJob(vm.selectedJob);
     71                 HiveClientWeb.LoadJob(vm.selectedJob);
     72                FileOpeningService.Instance.NewModel();
     73                FileOpeningService.Instance.Job = vm.selectedJob;
    7274                ViewBag.Title = vm.selectedJob.Job.Name + " - Jobs";
    7375                return View("Index", vm);
Note: See TracChangeset for help on using the changeset viewer.