Script edited
This commit is contained in:
parent
1bad92763d
commit
444f7bffb0
2 changed files with 18 additions and 1 deletions
14
assets/html/data/install_log/log.html
Normal file
14
assets/html/data/install_log/log.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td>Hostname</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IP Address</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Encryption</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -18,8 +18,11 @@
|
|||
<p>If you see this site, means "LoMeS" development environment is running!</p>
|
||||
<p>Thanks for collaborating and trying to make things mor real...</p>
|
||||
</div>
|
||||
<div class="textBox">
|
||||
<!-- <div class="textBox">
|
||||
<h3>Configuration Summary</h3>
|
||||
<div class="confBox">
|
||||
<link rel="import" href="assets/html/data/install_log/log.html">
|
||||
</div>-->
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue