GUI -- Table views auto refresh every two seconds while maintaining selected items.

Change-Id: Idbb27cf1977ba5b9410b1d75ce12971195291091
diff --git a/web/gui/src/main/webapp/app/view/device/device.js b/web/gui/src/main/webapp/app/view/device/device.js
index 9fbbd8a..4178653 100644
--- a/web/gui/src/main/webapp/app/view/device/device.js
+++ b/web/gui/src/main/webapp/app/view/device/device.js
@@ -242,7 +242,7 @@
 
             function selCb($event, row) {
                 selRow = angular.element($event.currentTarget);
-                if ($scope.sel) {
+                if ($scope.selId) {
                     wss.sendEvent(detailsReq, { id: row.id });
                 } else {
                     detailsPanel.hide();