diff options
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Views/Search/lspci_results.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php index 65323cf..2420ba3 100644 --- a/h-source/Application/Views/Search/lspci_results.php +++ b/h-source/Application/Views/Search/lspci_results.php @@ -64,6 +64,9 @@ case 'soundcard': echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['sound_card_works'])."</b>"; break; + case 'ethernet-card': + echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['ethernet_card_works'])."</b>"; + break; } ?> </div> |