Merge branch 'development' into new/web_prefix

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2025-03-17 21:55:25 +01:00
20 changed files with 141 additions and 124 deletions

View File

@@ -323,7 +323,7 @@ function createDynamicConfigTabs() {
// Dynamically fill the tabs with config topics
Object.keys(data.config).forEach(function (topic) {
var value = data.config[topic];
generateRow(topic, topic, value, data);
generateRow(topic, topic, value);
});
$("#advanced-overlay").hide();