Fixed popup and header table
This commit is contained in:
@@ -67,8 +67,8 @@ function showHeadersHistory(element){
|
||||
(value,key) => {
|
||||
historyTable +=
|
||||
'<tr>' +
|
||||
'<td>'+ key + '</td>' +
|
||||
'<td>'+ value + '</td>' +
|
||||
'<td class="history-header-name">'+ key + '</td>' +
|
||||
'<td class="history-header-value">'+ value + '</td>' +
|
||||
'</tr>'
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user