ONOS-4359: New UI look and feel : table views - base table. (WIP)

Change-Id: I22142b1723a88a89e91d1557b87a36e7c8767909
(cherry picked from commit 1d82123)
diff --git a/web/gui/src/main/webapp/app/view/processor/processor.html b/web/gui/src/main/webapp/app/view/processor/processor.html
index f2594b4..2f0db44 100644
--- a/web/gui/src/main/webapp/app/view/processor/processor.html
+++ b/web/gui/src/main/webapp/app/view/processor/processor.html
@@ -27,7 +27,7 @@
         <div class="table-header" onos-sortable-header>
             <table>
                 <tr>
-                    <td class="number" colId="priority" sortable col-width="80px">Priority </td>
+                    <td class="priority" colId="priority" sortable col-width="80px">Priority </td>
                     <td colId="type" sortable col-width="80px">Type </td>
                     <td colId="processor" sortable col-width="500px">Class </td>
                     <td class="number"  colId="packets" sortable col-width="100px">Packets </td>