This commit is contained in:
@@ -83,7 +83,7 @@ namespace AyaNova.Biz
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//GET LOG OF ALL JOBS FOR CLIENT
|
||||
//
|
||||
@@ -98,6 +98,7 @@ namespace AyaNova.Biz
|
||||
JobOperationsLogInfoItem o = new JobOperationsLogInfoItem();
|
||||
o.Created = i.Created;
|
||||
o.StatusText = i.StatusText;
|
||||
o.JobId = i.JobId;
|
||||
ret.Add(o);
|
||||
}
|
||||
return ret;
|
||||
|
||||
@@ -7,18 +7,9 @@ namespace AyaNova.Models
|
||||
/// </summary>
|
||||
public class JobOperationsLogInfoItem
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Date of log entry
|
||||
/// </summary>
|
||||
/// <returns>UTC date/time</returns>
|
||||
public DateTime Created { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Log text
|
||||
/// </summary>
|
||||
/// <returns>string</returns>
|
||||
public string StatusText { get; set; }
|
||||
public string StatusText { get; set; }
|
||||
public Guid JobId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1786,5 +1786,6 @@
|
||||
"FileDate":"Date",
|
||||
"AvailableSpace":"Available space",
|
||||
"OpsTestJob":"Submit test job"
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user