Thomas Vachuska
Committed by Gerrit Code Review

Widening column for device master to prevent text wrap.

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