Merge pull request #91 from joefiorini/fix-dashboard-live

Fix dashboard live events and tooltips
This commit is contained in:
Joe Fiorini
2015-03-09 14:20:00 -04:00
174 changed files with 13080 additions and 70247 deletions
-4
View File
@@ -585,10 +585,6 @@ var tower = angular.module('Tower', [
$log.debug('Job summary_complete ' + data.unified_job_id);
$rootScope.$emit('JobSummaryComplete', data);
});
sock.on("schedule_change", function(data) {
$log.debug('schedule changed to ' + data.status);
$rootScope.$emit('ScheduleChange', data);
});
}
openSocket();