Replace the modified pagination plugin with a cleaner one that supports bootstrap natively
<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>