feat: firmware upload on the cluster view

This commit is contained in:
2025-10-16 21:26:16 +02:00
parent f3a61131db
commit 478d23b805
8 changed files with 1446 additions and 13 deletions

View File

@@ -95,6 +95,11 @@ class ClusterMembersComponent extends Component {
});
}
// Get currently filtered members (public method for external access)
getFilteredMembers() {
return this.filterMembers(this.allMembers);
}
// Update filter dropdowns with current label data
updateFilterDropdowns() {
// Get currently filtered members to determine available options