Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 d381f3221 -> 92c6bde6b


HDFS-14005. RBF: Web UI update to bootstrap-3.3.7. Contributed by Inigo Goiri.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/92c6bde6
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/92c6bde6
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/92c6bde6

Branch: refs/heads/branch-3.1
Commit: 92c6bde6be10dbb5fd41542111bcab26b879d7e8
Parents: d381f32
Author: Giovanni Matteo Fumarola <gif...@apache.org>
Authored: Thu Oct 18 14:25:17 2018 -0700
Committer: Giovanni Matteo Fumarola <gif...@apache.org>
Committed: Thu Oct 18 14:28:19 2018 -0700

----------------------------------------------------------------------
 .../src/main/webapps/router/federationhealth.js              | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/92c6bde6/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.js
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.js
 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.js
index 6779b61..6311a80 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.js
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.js
@@ -156,7 +156,7 @@
           $('#tab-namenode').html(out);
           $('#ui-tabs a[href="#tab-namenode"]').tab('show');
         });
-      })).error(ajax_error_handler);
+      })).fail(ajax_error_handler);
   }
 
   function load_router_info() {
@@ -220,7 +220,7 @@
           $('#tab-router').html(out);
           $('#ui-tabs a[href="#tab-router"]').tab('show');
         });
-      })).error(ajax_error_handler);
+      })).fail(ajax_error_handler);
   }
 
   // TODO Copied directly from dfshealth.js; is there a way to import this 
function?
@@ -306,7 +306,7 @@
             ]});
           $('#ui-tabs a[href="#tab-datanode"]').tab('show');
         });
-      })).error(ajax_error_handler);
+      })).fail(ajax_error_handler);
   }
 
   function load_mount_table() {
@@ -337,7 +337,7 @@
           $('#tab-mounttable').html(out);
           $('#ui-tabs a[href="#tab-mounttable"]').tab('show');
         });
-      })).error(ajax_error_handler);
+      })).fail(ajax_error_handler);
   }
 
   function toTitleCase(str) {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to