Packet Processors table view should NOT be sortable.
Table entries should be listed in the order that packets are
processed.
Change-Id: Icb7098b0f84afeff95739e1f531133c522a35fa5
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 58e726a..c6d59fd 100644
--- a/web/gui/src/main/webapp/app/view/processor/processor.html
+++ b/web/gui/src/main/webapp/app/view/processor/processor.html
@@ -16,11 +16,11 @@
<div class="table-header" onos-sortable-header>
<table>
<tr>
- <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>
- <td class="number" colId="avgMillis" sortable col-width="100px">Average (ms) </td>
+ <td class="priority" colId="priority" col-width="80px">Priority </td>
+ <td colId="type" col-width="80px">Type </td>
+ <td colId="processor" col-width="500px">Class </td>
+ <td class="number" colId="packets" col-width="100px">Packets </td>
+ <td class="number" colId="avgMillis" col-width="100px">Average (ms) </td>
</tr>
</table>
</div>
@@ -43,7 +43,5 @@
</tr>
</table>
</div>
-
</div>
-
</div>