templates/report/system_info.html.ep
author Vincent Tondellier <tonton+hg@team1664.org>
Mon, 09 Feb 2015 00:06:34 +0100
changeset 61 3a0ca02556da
parent 2 873ceb7769a8
permissions -rw-r--r--
Add crash_data table to store the json Add searching on crashing backtrace function names Drop never used tables Bump DB schema version Requires PostgreSQL >= 9.4 for now (for jsonb)

<tr>
  %= t td => 'Build Architecture'
  %= t td => $system_info->{cpu_arch}
</tr>
<tr>
  %= t td => 'Build Architecture Info'
  %= t td => $system_info->{cpu_info}
</tr>
<tr>
  %= t td => 'OS'
  %= t td => $system_info->{os}
</tr>
<tr>
  %= t td => 'OS Version'
  %= t td => $system_info->{os_ver}
</tr>