コード例 #1
0
ファイル: status_page.js プロジェクト: rvera-tt/kibana
 .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;
 })
コード例 #2
0
 .catch(function () {
   if (ui.fetchError) return;
   ui.fetchError = notify.error('Failed to request user details. Perhaps your server is down?');
 })