diff --git a/frontend/src/components/Agent/WorkerIndividualSettings.tsx b/frontend/src/components/Agent/WorkerIndividualSettings.tsx index 352eecf..fce633a 100644 --- a/frontend/src/components/Agent/WorkerIndividualSettings.tsx +++ b/frontend/src/components/Agent/WorkerIndividualSettings.tsx @@ -163,8 +163,8 @@ export function WorkerIndividualSettings() {
{loading ? (
Loading...
- ) : workers.length === 0 ? ( -
No workers found.
+ ) : (workers.length === 0 && systemNodes.length === 0) ? ( +
No individuals found.
) : (