summaryrefslogtreecommitdiffstats
path: root/static/js/sensorController.js
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-08-02 13:46:20 -0700
committerEd Tanous <ed.tanous@intel.com>2017-08-08 17:09:57 -0700
commit3dac749b85f04453d594764d59cef9015c731cdd (patch)
treed69257c805f4bc49a30eff34dbf9bb05efbdecec /static/js/sensorController.js
parentb61d589966402ce4c245ced81929c92a1f830a2f (diff)
downloadbmcweb-3dac749b85f04453d594764d59cef9015c731cdd.tar.gz
bmcweb-3dac749b85f04453d594764d59cef9015c731cdd.zip
Lots of updates to webserver.
Make ssl keys consistent (and write to the correct location) Make sessions keyed by connection id Clean up logging frameworks Add new static files, and make firmware update work Make sensors work again Add better json handling Change-Id: I531a0fd7d583e049949cf27aa71544808fd7642d
Diffstat (limited to 'static/js/sensorController.js')
-rw-r--r--static/js/sensorController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/sensorController.js b/static/js/sensorController.js
index bcfb1c9..3943192 100644
--- a/static/js/sensorController.js
+++ b/static/js/sensorController.js
@@ -6,7 +6,7 @@ angular.module('bmcApp')
function($scope, $http, $location, websocketService) {
$scope.smartTablePageSize = 10;
$scope.next_id = 0;
- websocketService.start('/sensorws', function(evt) {
+ websocketService.start('/dbus_monitor', function(evt) {
var obj = JSON.parse(evt.data);
$scope.$apply(function() {
OpenPOWER on IntegriCloud