Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/13 10:15:52 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Janitor is now working as expected in Windows Azure
  • Added basic support for experiments (draggable experiments)
  • Added methods to save/read experiments from TableStorage
  • The job status can now be retrieved by using the GetTasks/GetTaskData methods
  • Added a class to convert JSON-objects to Algorithm instances
  • Web page: Added experiment button to navigation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/Site.css

    r9062 r9215  
    335335    overflow: auto;
    336336}
     337
     338.dragables
     339{
     340  height :100px;
     341  width:100px;
     342  border:1px solid #000000; 
     343  background: #EEEEEE; 
     344  padding: 5px 5px 5px 5px;
     345  margin: 5px 5px 5px 5px;
     346  float: left;
     347}
     348
     349.clearer
     350
     351  clear:both;
     352}
     353
     354.treeStyle
     355{
     356  border: 1px solid black;
     357}
Note: See TracChangeset for help on using the changeset viewer.