Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/12 10:02:01 (12 years ago)
Author:
fschoepp
Message:

#1888:

  • Added a administrator web interface for job management
  • Fixed Hive Client (PluginValidator) to find the assemblies within the right directories
  • Reorganized controller classes (Folders HL, Interfaces, Azure)
  • You may now successfully schedule and run jobs with the web ui.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/HomeController.cs

    r8384 r8958  
    77namespace HeuristicLab.Services.Optimization.Web.Controllers {
    88  public class HomeController : Controller {
    9     public ActionResult Index() {
    10       ViewBag.Message = "Welcome to ASP.NET MVC!";
    11 
    12       return View();
     9    public ActionResult Index() {     
     10      return RedirectToAction("Index", "Optimization");     
    1311    }
    1412
Note: See TracChangeset for help on using the changeset viewer.