[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/pipeconf/pipeconfdetails/pipeconfdetails.component.html b/web/gui2/src/main/webapp/app/view/pipeconf/pipeconfdetails/pipeconfdetails.component.html
index 399ad28..011aacf 100644
--- a/web/gui2/src/main/webapp/app/view/pipeconf/pipeconfdetails/pipeconfdetails.component.html
+++ b/web/gui2/src/main/webapp/app/view/pipeconf/pipeconfdetails/pipeconfdetails.component.html
@@ -30,20 +30,18 @@
                         <table>
                             <tbody>
                             <tr>
-                                <td class="label" width="110">Name :</td>
+                                <td class="label" width="110">Name</td>
                                 <td class="value"
                                     width="80">{{pipeconfTable?.name}}</td>
-                                <td class="label" width="110">Support Aging :
-                                </td>
+                                <td class="label" width="110">Support Aging</td>
                                 <td class="value"
                                     width="80">{{pipeconfTable?.supportAging}}</td>
                             </tr>
                             <tr>
-                                <td class="label" width="110">Has counters :
-                                </td>
+                                <td class="label" width="110">Has counters</td>
                                 <td class="value"
                                     width="80">{{pipeconfTable?.hasCounters}}</td>
-                                <td class="label" width="110">Max entries :</td>
+                                <td class="label" width="110">Max entries</td>
                                 <td class="value"
                                     width="80">{{pipeconfTable?.maxSize}}</td>
                             </tr>