csv_sqlite.py : comment updates

kpi_csv_sq.py : dash runs in a container, need to have a server to access
specific data
This commit is contained in:
Chuck SmileyRekiere
2021-08-04 05:21:41 -06:00
parent c9274bb062
commit 5d658aea40
2 changed files with 14 additions and 13 deletions

View File

@@ -117,13 +117,15 @@ for test_tag in test_tag_list:
#html_src = os.path.join(kpi_path[0],"index.html")
# need to have a share available
#local_share = 'file://LAPTOP-T8B2MBJD/Users/chuck/git/lanforge-scripts/py-scripts/sandbox/lf_check_2'
local_share = 'file://LAPTOP-T8B2MBJD/Users/chuck/git/lanforge-scripts/py-scripts/sandbox/'
#local_share = 'file://LAPTOP-T8B2MBJD/Users/chuck/git/lanforge-scripts/py-scripts/sandbox/'
local_share = 'http:/127.0.0.1:8080/Users/chuck/git/lanforge-scripts/py-scripts/sandbox/'
html_src = os.path.join(local_share,kpi_path[0],"index.html")
#children_div.append(html.A('link{}'.format(i), href='http://192.168.95.6/html-reports/lf_check--2021-08-03-12-47-01.html', target='_blank'))
children_div.append(html.A('link{}'.format(i), href='http://192.168.95.6/html-reports/lf_check--2021-08-03-12-47-01.html', target='_blank'))
children_div.append(html.Br())
children_div.append(html.A(html_src, href=html_src, target='_blank'))
#children_div.append(html.Br())
#children_div.append(html.A('Navigate to google.com {}'.format(i), href='http://google.com', target='_blank'))
children_div.append(html.Br())
children_div.append(html.A('Navigate to google.com {}'.format(i), href='http://google.com', target='_blank'))
#children_div.append(dcc.Location(id='dog',refresh=False))
#children_div.append(dcc.Link('Link', href=html_src, target="_blank" ))
# can add other information