mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_check.py : update to results table
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -1174,11 +1174,16 @@ http://{blog}:2368""".format(blog=self.blog_host)
|
|||||||
self.html_results += """</tr>"""
|
self.html_results += """</tr>"""
|
||||||
#TODO - plase copy button at end and selectable , so individual sections may be copied
|
#TODO - plase copy button at end and selectable , so individual sections may be copied
|
||||||
if command != short_cmd:
|
if command != short_cmd:
|
||||||
self.html_results += f"""<tr><td colspan='8' class='scriptdetails'>
|
'''self.html_results += f"""<tr><td colspan='8' class='scriptdetails'>
|
||||||
<span class='copybtn'>Copy</span>
|
<span class='copybtn'>Copy</span>
|
||||||
|
<tt onclick='copyTextToClipboard(this)'>{command}</tt>
|
||||||
|
</td></tr>
|
||||||
|
""".format(command=command)'''
|
||||||
|
self.html_results += f"""<tr><td colspan='8' class='scriptdetails'>
|
||||||
<tt onclick='copyTextToClipboard(this)'>{command}</tt>
|
<tt onclick='copyTextToClipboard(this)'>{command}</tt>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
""".format(command=command)
|
""".format(command=command)
|
||||||
|
|
||||||
#nocopy
|
#nocopy
|
||||||
'''
|
'''
|
||||||
self.html_results += f"""<tr><td colspan='8' class='scriptdetails'>
|
self.html_results += f"""<tr><td colspan='8' class='scriptdetails'>
|
||||||
|
|||||||
Reference in New Issue
Block a user