Widening column for device master to prevent text wrap.

Change-Id: Ifd77d5b10519bffbdf12b306fd903d6bab390810
diff --git a/web/gui/src/main/webapp/app/view/device/device.html b/web/gui/src/main/webapp/app/view/device/device.html
index 1449a04..ac0febf 100644
--- a/web/gui/src/main/webapp/app/view/device/device.html
+++ b/web/gui/src/main/webapp/app/view/device/device.html
@@ -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>