networkInterfaceDefault() fix windows

This commit is contained in:
Sebastian Hildebrandt
2019-02-10 10:19:59 +01:00
parent abf330afb5
commit 32672755b2
8 changed files with 24 additions and 12 deletions
+2 -2
View File
@@ -162,7 +162,7 @@
<td>X</td>
<td>X</td>
<td>X</td>
<td>all dynamic data at once</td>
<td>all dynamic data at once<br>Specify services and interfaces to monitor<br>Defaults to first external network interface<br>Pass "*" for ALL services (linux/win only)<br>Pass "*" for ALL network interfaces</td>
</tr>
<tr>
<td>si.getAllData(srv,iface,cb)</td>
@@ -172,7 +172,7 @@
<td>X</td>
<td>X</td>
<td>X</td>
<td>all data at once</td>
<td>all data at once<br>Specify services and interfaces to monitor<br>Defaults to first external network interface<br>Pass "*" for ALL services (linux/win only)<br>Pass "*" for ALL network interfaces</td>
</tr>
</tbody>
</table>
+5
View File
@@ -80,6 +80,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.0.10</th>
<td>2019-02-10</td>
<td><span class="code">networkInterfaceDefault()</span> fix windows</td>
</tr>
<tr>
<th scope="row">4.0.9</th>
<td>2019-02-08</td>
+1 -1
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></div>
<div class="version">Current Version: <span id="version">4.0.9</span></div>
<div class="version">Current Version: <span id="version">4.0.10</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">
+1 -1
View File
@@ -215,7 +215,7 @@ h1, h2, h3, h4 {
.nav .logo {
width: 60px;
margin-top: 10px;
margin-top: 12px;
}
.nav .title {
+1 -1
View File
@@ -144,7 +144,7 @@ h1, h2, h3, h4 {
position: relative;
.logo {
width: 60px;
margin-top: 10px;
margin-top: 12px;
}
.title {
display: none;