浏览代码

HDFS-13823. NameNode UI : "Utilities -> Browse the file system -> open a file -> Head the file" is not working. Contributed by Nanda kumar.

Arpit Agarwal 6 年之前
父节点
当前提交
f760a544a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js

@@ -208,7 +208,7 @@
             processData: false,
             crossDomain: true
           }).always(function(data) {
-            $('#file-info-preview-body').val(data.responseText);
+            $('#file-info-preview-body').val(data);
             $('#file-info-tail').show();
           }).fail(function(jqXHR, textStatus, errorThrown) {
             show_err_msg("Couldn't preview the file. " + errorThrown);