Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit bcf2786f authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

add link to monitoring report in GUI

parent 706b716f
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment