lf_qa.py : updates to html path

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-10 14:03:10 -06:00
parent d654139b4b
commit 889e083339

View File

@@ -211,7 +211,7 @@ class csv_sqlite_dash():
self.html_results +="""<br>"""
# link to interactive results
kpi_html_path = self.server + kpi_path_list[-1] + "kpi.html"
kpi_html_path = self.server + html_path
kpi_html_path = kpi_html_path.replace('/home/lanforge/','')
self.children_div.append(html.Br())
self.html_results +="""<br>"""