Compare commits
1 Commits
aec0fcc3c7
...
861de12366
| Author | SHA1 | Date | |
|---|---|---|---|
| 861de12366 |
@@ -107,9 +107,9 @@ class State {
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
let table = document.getElementById("pkg-list")
|
let table = document.getElementById("pkg-list")
|
||||||
table.innerHTML = ''
|
table.innerHTML = ''
|
||||||
for(let i = 0; i < res.values.length; i++) {
|
res.values.forEach((row) => {
|
||||||
table.appendChild(toHTML(res.values[i]))
|
table.appendChild(toHTML(row))
|
||||||
}
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user