Show task description in admin panel.

This commit is contained in:
baldo 2016-06-21 14:55:02 +02:00
commit ce155951bf
8 changed files with 33 additions and 11 deletions

View file

@ -2,6 +2,8 @@
angular.module('ffffng').factory('NodeInformationRetrievalJob', function (MonitoringService, Logger) {
return {
description: 'Fetches the nodes.json and calculates and stores the monitoring status for nodes with active monitoring.',
run: function (callback) {
MonitoringService.retrieveNodeInformation(function (err) {
if (err) {