Thomas Vachuska
Committed by Gerrit Code Review

Widening column for device master to prevent text wrap.

Change-Id: Ifd77d5b10519bffbdf12b306fd903d6bab390810
......@@ -42,7 +42,7 @@
<td colId="type" class="table-icon"></td>
<td colId="name" sortable>Friendly Name </td>
<td colId="id" sortable>Device ID </td>
<td colId="masterid" col-width="100px" sortable>Master </td>
<td colId="masterid" col-width="130px" sortable>Master </td>
<td colId="num_ports" col-width="70px" sortable>Ports </td>
<td colId="mfr" sortable>Vendor </td>
<td colId="hw" sortable>H/W Version </td>
......