osInfo() added FQDN

This commit is contained in:
Sebastian Hildebrandt
2020-12-06 15:50:04 +01:00
parent f6f5e83a2d
commit f94b6020eb
7 changed files with 48 additions and 3 deletions
+5
View File
@@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.31.0</th>
<td>2020-12-06</td>
<td><span class="code">osInfo()</span> added FQDN</td>
</tr>
<tr>
<th scope="row">4.30.11</th>
<td>2020-12-02</td>
+2 -2
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.30.11</span></div>
<div class="version">Current Version: <span id="version">4.31.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">
@@ -208,7 +208,7 @@
<div class="title">Downloads last month</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">359</div>
<div class="numbers">364</div>
<div class="title">Dependents</div>
</div>
</div>
+11
View File
@@ -145,6 +145,16 @@
<td>X</td>
<td>same as os.hostname()</td>
</tr>
<tr>
<td></td>
<td>fqdn</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>fully qualfied domain name</td>
</tr>
<tr>
<td></td>
<td>codepage</td>
@@ -220,6 +230,7 @@ si.osInfo().then(data => console.log(data));</code></pre class="example">
kernel: '19.3.0',
arch: 'x64',
hostname: 'hostname.local',
fqdn: 'hostname.local',
codepage: 'UTF-8',
logofile: 'apple',
serial: 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX',