Jian Li
Committed by Gerrit Code Review

[ONOS-3635] Remove URL column from application table view

Change-Id: Ie4be2dc60c9b52e7eb81aacf04dcc01291d4521d
......@@ -47,7 +47,6 @@
<td colId="category" sortable col-width="100px">Category </td>
<td colId="origin" sortable col-width="100px">Origin </td>
<td colId="desc">Description </td>
<td col-width="50px">URL </td>
</tr>
</table>
</div>
......@@ -74,7 +73,6 @@
<td>{{app.category}}</td>
<td>{{app.origin}}</td>
<td>{{app.desc}}</td>
<td><a href="{{app.url}}" target="_blank">LINK</a></td>
</tr>
</table>
</div>
......