aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-19 04:27:28 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-19 04:27:28 +0300
commit334ecf334ea1d69c948e793c06f6182f2b2415b3 (patch)
treecbd40e9229e3b128b113e59477aab9fdb00c9ef9 /Software/Visual_Studio/PPC/Tango.PPC.Common
parent4e216a0ca8ad3608b845fa445b73034e1a67b8af (diff)
downloadTango-334ecf334ea1d69c948e793c06f6182f2b2415b3.tar.gz
Tango-334ecf334ea1d69c948e793c06f6182f2b2415b3.zip
Implemented insights machine statuses.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Insights/DefaultInsightsService.cs2
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);
});