diff --git a/package/secubox/luci-app-cloner/htdocs/luci-static/resources/view/cloner/overview.js b/package/secubox/luci-app-cloner/htdocs/luci-static/resources/view/cloner/overview.js index cca5e295..69786da8 100644 --- a/package/secubox/luci-app-cloner/htdocs/luci-static/resources/view/cloner/overview.js +++ b/package/secubox/luci-app-cloner/htdocs/luci-static/resources/view/cloner/overview.js @@ -590,6 +590,8 @@ return view.extend({ renderFactoryTab: function() { var self = this; var disco = this.discoveryStatus || {}; + // Map backend field name to UI expected name + disco.enabled = disco.discovery_enabled; var pendingCount = this.pendingDevices.length; var inventoryCount = this.hwInventory.length; var profileCount = this.profiles.length;