Update lib_rascsi.php

Adding some cellpadding to the current_rascsi_config function.
This commit is contained in:
PhrAx 2020-09-12 23:02:53 -07:00 committed by GitHub
parent 0e916542ca
commit ef160c3b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;