Exemplo n.º 1
0
 .catch(function () {
   if (ui.fetchError) return;
   ui.fetchError = notify.error('Failed to request server ui. Perhaps your server is down?');
   ui.metrics = ui.statuses = ui.overall = null;
 })
 .catch(function () {
   if (ui.fetchError) return;
   ui.fetchError = notify.error('Failed to request user details. Perhaps your server is down?');
 })