fix icon alt again
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
5bc908eaae
commit
32a3c50f97
@ -109,7 +109,7 @@ function addDiskLine (fieldset, busPrefix, busName, device, storage, storageOpti
|
||||
|
||||
let icon = document.createElement("img");
|
||||
icon.src = diskConfig[type][busPrefix].icon;
|
||||
icon.alt = `${bus} ${device}`;
|
||||
icon.alt = `${busName} ${device}`;
|
||||
field.append(icon);
|
||||
|
||||
let busLabel = document.createElement("label");
|
||||
|
Loading…
Reference in New Issue
Block a user