summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 13:49:04 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 13:49:04 +0200
commit731ed3db3812a7de1d05a42f3ed91d2d5f556720 (patch)
treeb5d5e35b84b5877fbcbc671ab29a9fb7bd75f265 /index.js
parent41ae79e2699118120b976eb657782d614089aec4 (diff)
Design cleanup
Diffstat (limited to 'index.js')
-rw-r--r--index.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.js b/index.js
index 60e4611..631c12b 100644
--- a/index.js
+++ b/index.js
@@ -83,7 +83,12 @@ class IPAddress extends React.Component {
</div>
<div className="details">
- <span className="netmask">Netmask: {this.getNetmask()}</span>, <span className="count">Address Count: {this.getCount()}</span>
+ <span className="netmask">
+ <span className="label">Netmask:</span> {this.getNetmask()}
+ </span>
+ <span className="count">
+ <span className="label">Available addresses:</span> {this.getCount()}
+ </span>
</div>
</div>