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:
parent
1d748f0261
commit
4e197a4b46
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue