Update static/js/pages/bgp_dampened.js
This commit is contained in:
parent
a49b0332bf
commit
a81ba6648a
1 changed files with 3 additions and 1 deletions
|
|
@ -120,7 +120,9 @@ function populateTable(tableBodyId, summaryId, data) {
|
|||
return part;
|
||||
}).join(' ');
|
||||
pathCell.innerHTML = pathLinks;
|
||||
pathCell.style.wordBreak = "break-all";
|
||||
|
||||
// HIER IS DE WIJZIGING:
|
||||
pathCell.style.whiteSpace = "nowrap";
|
||||
});
|
||||
} else {
|
||||
let row = tableBody.insertRow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue