mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
lf_qa.py : updates to html path
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -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>"""
|
||||
|
||||
Reference in New Issue
Block a user