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

This commit is contained in:
Arpit Agarwal 2018-08-13 11:35:19 -07:00
parent 1d748f0261
commit 4e197a4b46
1 changed files with 1 additions and 1 deletions

View File

@ -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);