add config button to disk entry
This commit is contained in:
parent
b78d749df1
commit
72ec1c134f
@ -96,4 +96,5 @@ function addDiskLine (fieldset, id, iconHref, labelText, valueText) {
|
|||||||
|
|
||||||
let config = document.createElement("img");
|
let config = document.createElement("img");
|
||||||
config.src = "images/actions/config-active.svg";
|
config.src = "images/actions/config-active.svg";
|
||||||
|
field.append(config);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user