Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 6dc6978ee -> 1b6fa4733
  refs/heads/branch-3.1 b151b5004 -> 53b629094
  refs/heads/branch-3.2 a69423d28 -> 71a6ec605
  refs/heads/trunk af5958f7b -> 8571507ef


HDFS-13963. NN UI is broken with IE11. Contributed by Ayush Saxena.


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

Branch: refs/heads/trunk
Commit: 8571507efa3af3e4a5213a7e24c65e26162eac4d
Parents: af5958f
Author: Vinayakumar B <vinayakum...@apache.org>
Authored: Fri Nov 16 17:26:36 2018 +0530
Committer: Vinayakumar B <vinayakum...@apache.org>
Committed: Fri Nov 16 17:26:36 2018 +0530

----------------------------------------------------------------------
 .../hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html  | 2 +-
 .../hadoop-hdfs/src/main/webapps/datanode/datanode.html            | 2 +-
 .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html               | 2 +-
 .../hadoop-hdfs/src/main/webapps/hdfs/explorer.html                | 2 +-
 .../hadoop-hdfs/src/main/webapps/journal/index.html                | 2 +-
 .../hadoop-hdfs/src/main/webapps/secondary/status.html             | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/8571507e/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
index 1564ce3..068988c 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html
@@ -18,7 +18,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<meta http-equiv="X-UA-Compatible" content="IE=9" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <link rel="stylesheet" type="text/css" 
href="/static/bootstrap-3.3.7/css/bootstrap.min.css" />
 <link rel="stylesheet" type="text/css" href="/static/dataTables.bootstrap.css" 
/>
 <link rel="stylesheet" type="text/css" href="/static/rbf.css" />

http://git-wip-us.apache.org/repos/asf/hadoop/blob/8571507e/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
index 0fdf552..6e5956b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
@@ -18,7 +18,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<meta http-equiv="X-UA-Compatible" content="IE=9" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <link rel="stylesheet" type="text/css" 
href="/static/bootstrap-3.3.7/css/bootstrap.min.css" />
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css" />
 <title>DataNode Information</title>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/8571507e/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
index 1caa4e7..3b920dc 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
@@ -18,7 +18,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<meta http-equiv="X-UA-Compatible" content="IE=9" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <link rel="stylesheet" type="text/css" 
href="/static/bootstrap-3.3.7/css/bootstrap.min.css" />
 <link rel="stylesheet" type="text/css" href="/static/dataTables.bootstrap.css" 
/>
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css" />

http://git-wip-us.apache.org/repos/asf/hadoop/blob/8571507e/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
index d30ec5a..9ddb597 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
@@ -18,7 +18,7 @@
   -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=9" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <link rel="stylesheet" type="text/css" 
href="/static/bootstrap-3.3.7/css/bootstrap.min.css" />
     <link rel="stylesheet" type="text/css" 
href="/static/bootstrap-3.3.7/css/bootstrap-editable.css"/>
     <link rel="stylesheet" type="text/css" 
href="/static/dataTables.bootstrap.css" />

http://git-wip-us.apache.org/repos/asf/hadoop/blob/8571507e/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html
index 28a254e..8ed572a 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html
@@ -18,7 +18,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<meta http-equiv="X-UA-Compatible" content="IE=9" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <link rel="stylesheet" type="text/css" 
href="/static/bootstrap-3.3.7/css/bootstrap.min.css" />
 <link rel="stylesheet" type="text/css" href="/static/hadoop.css" />
 <title>JournalNode Information</title>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/8571507e/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/status.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/status.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/status.html
index b31108f..ff2f7ce 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/status.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/status.html
@@ -18,7 +18,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-  <meta http-equiv="X-UA-Compatible" content="IE=9" />
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
   <link rel="stylesheet" type="text/css"
        href="/static/bootstrap-3.3.7/css/bootstrap.min.css" />
   <link rel="stylesheet" type="text/css" href="/static/hadoop.css" />


---------------------------------------------------------------------
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