Edit and actions updates

This commit is contained in:
Darren Clarke 2024-04-25 12:31:03 +02:00
parent 0997e449bb
commit f87bcc43a5
30 changed files with 759 additions and 139 deletions

View file

@ -37,6 +37,11 @@ export const SignalBotsList: FC<SignalBotsListProps> = ({ rows }) => {
];
return (
<List title="Signal Bots" entity="signal" rows={rows} columns={columns} />
<List
title="Signal Connections"
entity="signal"
rows={rows}
columns={columns}
/>
);
};