Fixed the hardware info tables to use the full section width
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -19,7 +19,7 @@ loadDisks = () ->
|
||||
i = 0
|
||||
while i < data.length
|
||||
optionElem = document.createElement('option')
|
||||
diskName = data[i].name + '(' + data[i].device + ')'
|
||||
diskName = data[i].name + ' (' + data[i].device + ')'
|
||||
optionElem.innerText = diskName
|
||||
optionElem.setAttribute('value', i)
|
||||
document.getElementById('diskSelector').appendChild(optionElem)
|
||||
|
Reference in New Issue
Block a user