This commit is contained in:
Tony 2020-09-22 09:01:00 -05:00
commit 9f8f9db552
2 changed files with 2 additions and 2 deletions

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;

View File

@ -23,7 +23,7 @@
<br>
<h2>Image File Management</h2>
<table border="black">
<table border="black" cellpadding="3">
<tr>
<td><b>Location</b></td>
<td><b>Filename</b></td>