diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-19 04:27:28 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-19 04:27:28 +0300 |
| commit | 334ecf334ea1d69c948e793c06f6182f2b2415b3 (patch) | |
| tree | cbd40e9229e3b128b113e59477aab9fdb00c9ef9 /Software/Visual_Studio/PPC/Tango.PPC.Common/Insights | |
| parent | 4e216a0ca8ad3608b845fa445b73034e1a67b8af (diff) | |
| download | Tango-334ecf334ea1d69c948e793c06f6182f2b2415b3.tar.gz Tango-334ecf334ea1d69c948e793c06f6182f2b2415b3.zip | |
Implemented insights machine statuses.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Insights')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Insights/DefaultInsightsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Insights/DefaultInsightsService.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Insights/DefaultInsightsService.cs index 24852d853..c51485f29 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Insights/DefaultInsightsService.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Insights/DefaultInsightsService.cs @@ -76,7 +76,7 @@ namespace Tango.PPC.Common.Insights var frames = InsightsManager.Default.GetFrames(request.StartDateUTC, request.EndDateUTC); insightsFile.Frames = frames; insightsFile.Events = InsightsManager.Default.GetEvents(request.StartDateUTC, request.EndDateUTC); - + insightsFile.Statuses = InsightsManager.Default.GetStatuses(request.StartDateUTC, request.EndDateUTC); insightsFile.ToFile(filePath); }); |
