adjust layout and show ELOG page with relevant procedure

This commit is contained in:
l_samenv
2026-07-31 14:02:30 +02:00
parent d2ebef5f80
commit dfd1037f5b
7 changed files with 103 additions and 400 deletions
+2 -1
View File
@@ -45,6 +45,7 @@ function handle_describing(action, modpar, data) {
}
if (func.includes("text")) {
const pat = elem.textContent;
console.log('X', elem)
changeFuncs[mod + ":" + (param || 'value')] = function (value) {
let [repl, dot, fix] = pat.match(/\*(\.)?(\d)?/);
if (dot) {
@@ -53,7 +54,7 @@ function handle_describing(action, modpar, data) {
formatted = formatValue(value, fix || 5);
}
elem.textContent = pat.replace(repl, formatted);
// elem.style.color = "000000";
console.log('Y', elem)
}
}
if (func.includes("command")) {