ONOS-2325 - GUI -- Table View rows now flash yellow when their information updates. Minor device details panel bug fix.

Change-Id: I78eb0f90af00ce4484255d7e9e0c3c8a10a0eda7
diff --git a/web/gui/src/main/webapp/app/view/link/link.html b/web/gui/src/main/webapp/app/view/link/link.html
index fa8306f..69a4737 100644
--- a/web/gui/src/main/webapp/app/view/link/link.html
+++ b/web/gui/src/main/webapp/app/view/link/link.html
@@ -49,7 +49,8 @@
                     </td>
                 </tr>
 
-                <tr ng-repeat="link in tableData track by $index">
+                <tr ng-repeat="link in tableData track by $index"
+                    onos-flash-changes row="{{link}}" row-id="one">
                     <td class="table-icon">
                         <div icon icon-id="{{link._iconid_state}}"></div>
                     </td>