[ONOS-8096] In GUI2 device panel space before colon creates unnecessary wrap

Change-Id: I08ca8b70dc6c21d12714f510c9fa3473ad41c261
diff --git a/web/gui2/src/main/webapp/app/view/port/portdetails/portdetails.component.html b/web/gui2/src/main/webapp/app/view/port/portdetails/portdetails.component.html
index d4b59be..7f6433d 100644
--- a/web/gui2/src/main/webapp/app/view/port/portdetails/portdetails.component.html
+++ b/web/gui2/src/main/webapp/app/view/port/portdetails/portdetails.component.html
@@ -29,23 +29,23 @@
                         <table>
                             <tbody>
                                 <tr>
-                                    <td class="label" width="110">ID :</td>
+                                    <td class="label" width="110">ID</td>
                                     <td class="value" width="80">{{detailsData.id}}</td>
                                 </tr>
                                 <tr>
-                                    <td class="label" width="110">Device :</td>
+                                    <td class="label" width="110">Device</td>
                                     <td class="value" width="80">{{detailsData.devId}}</td>
                                 </tr>
                                 <tr>
-                                    <td class="label" width="110">Type :</td>
+                                    <td class="label" width="110">Type</td>
                                     <td class="value" width="80">{{detailsData.type}}</td>
                                 </tr>
                                 <tr>
-                                    <td class="label" width="110">Speed :</td>
+                                    <td class="label" width="110">Speed</td>
                                     <td class="value" width="80">{{detailsData.speed}}</td>
                                 </tr>
                                 <tr>
-                                    <td class="label" width="110">Enabled :</td>
+                                    <td class="label" width="110">Enabled</td>
                                     <td class="value" width="80">{{detailsData.enabled}}</td>
                                 </tr>
                             </tbody>