Skip to content
Snippets Groups Projects
Commit 0e698684 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add netmask to network view

JIRA INFRA-1660 #action In Progress
parent 6bc48359
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
<dd class="col-sm-9">{{ network.last_ip }}</dd>
<dt class="col-sm-3">Gateway</dt>
<dd class="col-sm-9">{{ network.gateway }}</dd>
<dt class="col-sm-3">Netmask</dt>
<dd class="col-sm-9">{{ network.netmask }}</dd>
<dt class="col-sm-3">Broadcast</dt>
<dd class="col-sm-9">{{ network.broadcast }}</dd>
<dt class="col-sm-3">Network Scope</dt>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment