mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
packet loss data retrieval added
pick 6dd9cef lf_csv - creates csv for graph data
pick 6ea0cec lf_csv - creates csv for graph data
You are currently rebasing branch 'master' on '55fd625'.
This commit is contained in:
@@ -448,7 +448,7 @@ class lf_report():
|
||||
self.graph_html_obj = """
|
||||
<img align='center' style='padding:15px;margin:5px 5px 2em 5px;width:1000px;' src='{image}' border='1' />
|
||||
""".format(image=self.graph_image)
|
||||
self.html +=self.graph_html_obj
|
||||
self.html += self.graph_html_obj
|
||||
|
||||
def end_content_div(self):
|
||||
self.html += "\n</div><!-- end contentDiv -->\n"
|
||||
|
||||
Reference in New Issue
Block a user