mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Extend activity view with group delete (#232)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user