Missed the most important: machine infos.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42918 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2011-10-25 17:43:33 +00:00
parent 07a90a634d
commit 6f6d1e36fd

View File

@ -202,7 +202,7 @@ check_usb ()
check_machine ()
{
echo "<h2>Machine</h2>"
echo "Vendor: <input type='text' name='machine_vendor' id='machine_vendor' value='Lenovo,HP,Asus...' />"
echo "Vendor: <input type='text' name='machine_vendor' id='machine_vendor' placeholder='Lenovo,HP,Asus...' />"
echo "<br />"
echo "Model: <input type='text' name='machine_model' id='machine_model' placeholder='T510,l4500r...' />"
echo "<br />"
@ -313,6 +313,8 @@ check_all ()
do_notify 0.8 "Dumping syslog output..."
check_syslog
check_machine
check_sender
do_notify 1.0 "Done!" --timeout 3