tazpanel diff hardware.cgi @ rev 543

base.css: fix header buttons in Firefox etc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 02:53:29 2015 +0200 (2015-11-07)
parents c0997cc494ed
children a15373a181ff
line diff
     1.1 --- a/hardware.cgi	Sat Aug 08 16:06:55 2015 +0200
     1.2 +++ b/hardware.cgi	Sat Nov 07 02:53:29 2015 +0200
     1.3 @@ -72,7 +72,11 @@
     1.4  lspci_table() {
     1.5  	cat <<EOT
     1.6  <table class="wide zebra">
     1.7 -<thead><tr><td>Slot</td><td>Device</td><td>Name</td></thead>
     1.8 +<thead><tr>
     1.9 +	<td>$(_ 'Slot')</td>
    1.10 +	<td>$(_ 'Device')</td>
    1.11 +	<td>$(_ 'Name')</td>
    1.12 +</tr></thead>
    1.13  <tbody>
    1.14  EOT
    1.15  	lspci | sed 's| |</td><td>|;