Fixed popup and header table

This commit is contained in:
2023-05-19 11:58:59 +02:00
parent 899556c49c
commit bddd7e9b0d
3 changed files with 17 additions and 3 deletions

View File

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