diskLayout() added smartdata for win (if istalled)

This commit is contained in:
Sebastian Hildebrandt
2021-05-20 17:50:05 +02:00
parent c8a9733bcb
commit 1b7950f0d8
8 changed files with 166 additions and 57 deletions
+3 -3
View File
@@ -252,7 +252,7 @@
<td>X</td>
<td></td>
<td></td>
<td></td>
<td>X</td>
<td></td>
<td>full S.M.A.R.T data from smartctl<br>requires at least smartmontools 7.0<br>(see Known Issues)</td>
</tr>
@@ -286,8 +286,8 @@ si.diskLayout().then(data => console.log(data));</code></pre class="example">
smartctl: [Object],
device: [Object],
model_name: 'SAMSUNG xxxxxxxxxxxx-xxxx',
serial_number: '...serial....',
...
serial_number: '...serial....', // full structure
... // see index.d.ts
}
},
{
+5
View File
@@ -56,6 +56,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.7.0</th>
<td>2021-05-20</td>
<td><span class="code">diskLayout()</span> added smartdata fro Windows (if installed)</td>
</tr>
<tr>
<th scope="row">5.6.22</th>
<td>2021-05-18</td>
+2 -2
View File
@@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version">New Version: <span id="version">5.6.22</span></div>
<div class="version">New Version: <span id="version">5.7.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">
@@ -211,7 +211,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">413</div>
<div class="numbers">414</div>
<div class="title">Dependents</div>
</div>
</div>