diff --git a/py-scripts/sandbox/lf_qa.py b/py-scripts/sandbox/lf_qa.py
index ec0f4b61..6fa64c03 100755
--- a/py-scripts/sandbox/lf_qa.py
+++ b/py-scripts/sandbox/lf_qa.py
@@ -99,9 +99,18 @@ class csv_sqlite_dash():
#
def get_suite_html(self):
suite_html_results = """
-
+
| Test |
Links |
@@ -127,8 +136,7 @@ class csv_sqlite_dash():
html_path = self.server + html_path.replace('/home/lanforge/','')
base_name = os.path.basename(parent_path)
suite_html_results += """
-
-
{} | html / pdf |
+ {} | html / pdf |
""".format(base_name,html_path,pdf_path)
suite_html_results += """
@@ -138,6 +146,8 @@ class csv_sqlite_dash():
return suite_html_results
+
+
# information on sqlite database
# https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_sql.html
def store(self):