Show remote nodes update in table

This commit is contained in:
Owen
2026-05-02 11:55:01 -07:00
parent 9df46f7014
commit 726e000154
5 changed files with 129 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ export default async function RemoteExitNodesPage(
type: node.type,
dateCreated: node.dateCreated,
version: node.version || undefined,
updateAvailable: node.updateAvailable,
orgId: params.orgId
};
}