No longer show warning notification when userlog retrieve fails
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
* Fix "list IPs never seen" to work without daterange in IP Inventory Report
|
||||
* Correct "Archive" status of nodes in IP Inventory Report
|
||||
* Do not trigger userlog popups for all/walk jobs
|
||||
* No longer show warning notification when userlog retrieve fails
|
||||
|
||||
2.023002 - 2014-02-17
|
||||
|
||||
|
||||
@@ -83,8 +83,8 @@ $(document).ready(function() {
|
||||
setTimeout(worker, 5000);
|
||||
}
|
||||
,error: function() {
|
||||
// after one failure, don't try again
|
||||
toastr.warning('Unable to retrieve change request log')
|
||||
// after failure, try less often
|
||||
setTimeout(worker, 60000);
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user