mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Merge branch 'master' of https://github.com/akuker/RASCSI
This commit is contained in:
commit
9f8f9db552
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user