diff --git a/src/web/aprsc.js b/src/web/aprsc.js index 21f8194..a028c2e 100644 --- a/src/web/aprsc.js +++ b/src/web/aprsc.js @@ -509,6 +509,7 @@ app.controller('aprscc', [ '$scope', '$http', 'graphs', 'ngDialog', '$sce', func d.tick_dif = d.server.tick_now - $scope.status.server.tick_now; $scope.status['clients_id'] = array_to_dict_by_id($scope.status.clients); $scope.status['uplinks_id'] = array_to_dict_by_id($scope.status.uplinks); + $scope.status['peers_id'] = array_to_dict_by_id($scope.status.peers); $scope.status['listeners_id'] = array_to_dict_by_id($scope.status.listeners); } diff --git a/src/web/index.html b/src/web/index.html index 31d2ee6..6d97bc0 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -188,8 +188,8 @@