system() added virtual flag

This commit is contained in:
Sebastian Hildebrandt
2021-01-04 14:24:44 +01:00
parent d80e7729bc
commit 5dc24a8af4
5 changed files with 22 additions and 5 deletions
+5
View File
@@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.34.0</th>
<td>2020-01-05</td>
<td><span class="code">system()</span> added flag virtual</td>
</tr>
<tr>
<th scope="row">4.33.8</th>
<td>2020-01-04</td>
+1 -1
View File
@@ -169,7 +169,7 @@
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span></div>
<div class="version">Current Version: <span id="version">4.33.8</span></div>
<div class="version">Current Version: <span id="version">4.34.0</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div>
<div class="down">
+12 -1
View File
@@ -135,6 +135,16 @@
<td></td>
<td>SKU number</td>
</tr>
<tr>
<td></td>
<td>virtual</td>
<td>X</td>
<td>X</td>
<td></td>
<td>X</td>
<td></td>
<td>is virtual machine</td>
</tr>
<tr>
<td></td>
<td>raspberry</td>
@@ -158,7 +168,8 @@ si.system().then(data => console.log(data));</code></pre class="example">
version: '1.0',
serial: 'C01xxxxxxxx',
uuid: 'F87654-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
sku: 'Mac-99878xxxx...'
sku: 'Mac-99878xxxx...',
virtual: false,
}
</pre>
</tr>