Extend activity view with group delete (#232)

This commit is contained in:
Zoltan Papp
2023-07-14 10:11:32 +02:00
committed by GitHub
parent 359b443326
commit 9de2906fb2

View File

@@ -256,6 +256,7 @@ export const Activity = () => {
);
case "group.add":
case "group.update":
case "group.delete":
return renderMultiRowSpan(event.meta.name, "Group");
case "nameserver.group.add":
case "nameserver.group.update":