Cleaning up app categories.

Change-Id: I30806c81bf9e8db87f31509d9a346960f79ef207
diff --git a/apps/actn-mdsc/BUCK b/apps/actn-mdsc/BUCK
index 4d70128..86dce7d 100644
--- a/apps/actn-mdsc/BUCK
+++ b/apps/actn-mdsc/BUCK
@@ -7,7 +7,7 @@
 
 onos_app (
     title = 'ACTN MDSC',
-    category = 'ACTN APP',
+    category = 'Traffic Steering',
     url = 'http://onosproject.org',
     included_bundles = BUNDLES,
     description = 'ACTN MDSC APP.',
diff --git a/apps/dhcprelay/BUCK b/apps/dhcprelay/BUCK
index 6f28dea..2510a98 100644
--- a/apps/dhcprelay/BUCK
+++ b/apps/dhcprelay/BUCK
@@ -10,7 +10,7 @@
 onos_app (
     app_name = 'org.onosproject.dhcprelay',
     title = 'DHCP Relay Agent App',
-    category = 'default',
+    category = 'Utility',
     url = 'http://onosproject.org',
     description = 'DHCP Relay Agent Application.',
 )
diff --git a/apps/l3vpn/BUCK b/apps/l3vpn/BUCK
index 1c6d6ef..dbe100a 100644
--- a/apps/l3vpn/BUCK
+++ b/apps/l3vpn/BUCK
@@ -10,7 +10,7 @@
 onos_app(
   app_name = 'org.onosproject.l3vpn',
   title = 'YANG L3VPN App',
-  category = 'L3VPN APP',
+  category = 'Traffic Steering',
   url = 'http://onosproject.org',
   included_bundles = BUNDLES,
   description = 'L3VPN YANG Application',
diff --git a/apps/network-troubleshoot/BUCK b/apps/network-troubleshoot/BUCK
index 612bff6..a860e30 100644
--- a/apps/network-troubleshoot/BUCK
+++ b/apps/network-troubleshoot/BUCK
@@ -5,9 +5,9 @@
 ]
 
 onos_app (
-  title = 'Network TroubleShoot SubSystem',
-  description = 'ONOS Network TroubleShoot SubSystem',
-  category = 'Core',
+  title = 'Network Trouble-Shooter',
+  description = 'ONOS Network Trouble-Shooting utility',
+  category = 'Utility',
   url = 'https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module',
   included_bundles = BUNDLES,
 )
diff --git a/apps/tetopology/BUCK b/apps/tetopology/BUCK
index c424c4f..bc36ab0 100644
--- a/apps/tetopology/BUCK
+++ b/apps/tetopology/BUCK
@@ -6,7 +6,7 @@
 onos_app (
     app_name = 'org.onosproject.tetopology',
     title = 'TE Topology Core App',
-    category = 'ACTN',
+    category = 'Traffic Steering',
     url = 'http://onosproject.org',
     description = 'Application to create and manage hierarchical TE topologies.',
     included_bundles = BUNDLES,
diff --git a/apps/tetunnel/BUCK b/apps/tetunnel/BUCK
index ae9ab9d..3ef3e65 100644
--- a/apps/tetunnel/BUCK
+++ b/apps/tetunnel/BUCK
@@ -6,7 +6,7 @@
 onos_app (
     app_name = 'org.onosproject.tetunnel',
     title = 'TE Tunnel Core App',
-    category = 'ACTN',
+    category = 'Traffic Steering',
     url = 'http://onosproject.org',
     description = 'Application to create and manage TE tunnels.',
     included_bundles = BUNDLES,
diff --git a/web/gui/src/main/webapp/app/view/app/app.html b/web/gui/src/main/webapp/app/view/app/app.html
index cf32c91..9b96701 100644
--- a/web/gui/src/main/webapp/app/view/app/app.html
+++ b/web/gui/src/main/webapp/app/view/app/app.html
@@ -46,7 +46,7 @@
                     <td colId="icon" class="table-icon">Icon </td>
                     <td colId="title" sortable col-width="240px">Title </td>
                     <td colId="id" sortable col-width="280px">App ID </td>
-                    <td colId="version" sortable col-width="128px">Version </td>
+                    <td colId="version" sortable col-width="140px">Version </td>
                     <td colId="category" sortable col-width="136px">Category </td>
                     <td colId="origin" sortable>Origin </td>
                 </tr>