From bcf2786f4e5e30fcb3162c217a468d6e32d95d3a Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Thu, 13 Dec 2018 18:12:19 +0100 Subject: [PATCH] add link to monitoring report in GUI --- VECTO/GUI/MainForm.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VECTO/GUI/MainForm.vb b/VECTO/GUI/MainForm.vb index 22c645fda7..59bef9cd89 100644 --- a/VECTO/GUI/MainForm.vb +++ b/VECTO/GUI/MainForm.vb @@ -1084,8 +1084,8 @@ Imports TUGraz.VectoCore.Utils dim w as FileOutputWriter = new FileOutputWriter(job) For Each entry as KeyValuePair(Of string, string) In _ new Dictionary(Of string, string) _ - from {{w.XMLFullReportName, "XML Manufacturer Report"}, {w.XMLCustomerReportName, "Customer Report"}, - {w.XMLVTPReportName, "VTP Report"}} + from {{w.XMLFullReportName, "XML Manufacturer Report"}, {w.XMLCustomerReportName, "XML Customer Report"}, + {w.XMLVTPReportName, "VTP Report"}, {w.XMLMonitoringReportName, "XML Monitoring Report"}} If File.Exists(entry.Key) Then sender.ReportProgress(100, New VectoProgress With {.Target = "ListBox", .Message = -- GitLab