mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
Update lib_rascsi.php
Adding some cellpadding to the current_rascsi_config function.
This commit is contained in:
parent
0e916542ca
commit
ef160c3b7d
@ -106,7 +106,7 @@ function current_rascsi_config() {
|
||||
|
||||
echo ' <br>'. PHP_EOL;
|
||||
echo ' <h2>Current RaSCSI Configuration</h2>'. PHP_EOL;
|
||||
echo ' <table border="black">'. PHP_EOL;
|
||||
echo ' <table border="black" cellpadding="3">'. PHP_EOL;
|
||||
echo ' <tr>'. PHP_EOL;
|
||||
echo ' <td><b>SCSI ID</b></td>'. PHP_EOL;
|
||||
echo ' <td><b>Type</b></td>'. PHP_EOL;
|
||||
|
Loading…
Reference in New Issue
Block a user