add pointer to disk items
This commit is contained in:
parent
30c6deb86c
commit
49416cdd34
@ -77,3 +77,7 @@ nav {
|
||||
.btn-group img:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
img.clickable {
|
||||
cursor: pointer;
|
||||
}
|
@ -147,5 +147,6 @@ function addDiskLine (fieldset, id, iconHref, labelText, valueText) {
|
||||
let config = document.createElement("img");
|
||||
config.src = "images/actions/config-active.svg";
|
||||
config.alt = `Config disk ${labelText}`;
|
||||
config.classList.add("clickable");
|
||||
field.append(config);
|
||||
}
|
Loading…
Reference in New Issue
Block a user