🔌LUCIRPC - OpenWRT import

This commit is contained in:
jokob-sk
2024-12-27 14:05:49 +11:00
parent 74ec75f105
commit dda440eb53
11 changed files with 655 additions and 7 deletions

View File

@@ -925,7 +925,7 @@ function renderCustomProps(custProps, mac) {
break;
}
html += `<span class="pointer" onclick="${onClickEvent}" title="${propMap["CUSTPROP_name"]} ${propMap["CUSTPROP_args"]}"> ${atob(propMap["CUSTPROP_icon"])} </span>`;
html += `<div class="pointer devicePropAction" onclick="${onClickEvent}" title="${propMap["CUSTPROP_name"]} ${propMap["CUSTPROP_args"]}"> ${atob(propMap["CUSTPROP_icon"])} </div>`;
}
});