parent
1aba3476da
commit
cbf37d8ea1
1 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,9 @@ class osTicket():
|
|||
|
||||
# Device
|
||||
report.append(dev.description)
|
||||
if hasattr(dev, 'ram_total'):
|
||||
report.append('{} RAM ({})'.format(
|
||||
dev.ram_total, ', '.join(dev.ram_dimms)))
|
||||
report.append(' ')
|
||||
|
||||
# Test reports
|
||||
|
|
|
|||
Loading…
Reference in a new issue