diff --git a/py-dashboard/GhostRequest.py b/py-dashboard/GhostRequest.py
index c550f5ed..f052351b 100644
--- a/py-dashboard/GhostRequest.py
+++ b/py-dashboard/GhostRequest.py
@@ -441,10 +441,11 @@ class GhostRequest:
'
| Tests passed | ' \
'%s |
' \
'| Tests failed | ' \
- '%s |
' \
- '' % (
+ '%s | ' % (
device, data[0], data[1], data[2], data[3], test_pass_fail_results['PASS'],
test_pass_fail_results['FAIL'])
+
+ dut_table = dut_table + ''
text = text + dut_table
for pdf in pdfs: