Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Dec 7, 2020
1 parent 4a53ce3 commit 3398bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networkClients.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class NetworkClientsPage extends basePage {
return (
<div>
<div style={{ display: (this.state.apname !== "") ? "block" : "none"}}>
<p>The following table show all currently connected clients to the access point: { this.state.apname }</p>
<p>The following table show all DHCP clients connected to the access point: { this.state.apname }</p>
<Table id='apclients' striped bordered hover size="sm">
<thead>
<tr><th>Name</th><th>IP</th></tr>
Expand Down

0 comments on commit 3398bcc

Please sign in to comment.