Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.cs

    r6727 r6743  
    129129          this.dateFinishedTextBox.Text = Content.Task.DateFinished.ToString();
    130130          this.exceptionTextBox.Text = Content.Task.CurrentStateLog != null ? Content.Task.CurrentStateLog.Exception : string.Empty;
    131           this.lastUpdatedTextBox.Text = Content.Task.LastJobDataUpdate.ToString();
     131          this.lastUpdatedTextBox.Text = Content.Task.LastTaskDataUpdate.ToString();
    132132        } else {
    133133          this.stateTextBox.Text = string.Empty;
Note: See TracChangeset for help on using the changeset viewer.