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

Add MAC address column to hosts table

JIRA INFRA-1669 #action In Progress
parent 9edf2044
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ $(document).ready(function() {
{ data: "device_type" },
{ data: "description", orderable: false },
{ data: "interfaces.0.ip", defaultContent: "", orderable: false },
{ data: "interfaces.0.mac", defaultContent: "", orderable: false },
{
data: "interfaces.0.network",
render: function(data, type, row) {
......
......@@ -25,6 +25,7 @@
<th>Type</th>
<th>Description</th>
<th>IP</th>
<th>MAC</th>
<th>Network</th>
</tr>
</thead>
......
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