mirror of
https://github.com/akuker/RASCSI.git
synced 2025-02-16 19:31:09 +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 ' <br>'. PHP_EOL;
|
||||||
echo ' <h2>Current RaSCSI Configuration</h2>'. 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 ' <tr>'. PHP_EOL;
|
||||||
echo ' <td><b>SCSI ID</b></td>'. PHP_EOL;
|
echo ' <td><b>SCSI ID</b></td>'. PHP_EOL;
|
||||||
echo ' <td><b>Type</b></td>'. PHP_EOL;
|
echo ' <td><b>Type</b></td>'. PHP_EOL;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
<h2>Image File Management</h2>
|
<h2>Image File Management</h2>
|
||||||
<table border="black">
|
<table border="black" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Location</b></td>
|
<td><b>Location</b></td>
|
||||||
<td><b>Filename</b></td>
|
<td><b>Filename</b></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user