users() fix when multiple explorer.exe (windows)
This commit is contained in:
+8
-3
@@ -58,9 +58,14 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.16.2</th>
|
||||
<th scope="row">5.16.3</th>
|
||||
<td>2022-12-04</td>
|
||||
<td>code cleanup, moved from lgtm to GitHub Code Scan</td>
|
||||
<td><span class="code">users()</span> fix when multiple exporer.exe opened (windows)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.16.2</th>
|
||||
<td>2022-12-08</td>
|
||||
<td><span class="code">dockerContainerStats()</span> improved calculation cpuPercent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.16.1</th>
|
||||
@@ -2884,4 +2889,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
+2
-2
@@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png" alt="logo">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.16.2</span></div>
|
||||
<div class="version">New Version: <span id="version">5.16.3</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">
|
||||
@@ -401,4 +401,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user