mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 12:26:40 +00:00
Show targets and status icons in the dashboard
This commit is contained in:
@@ -306,6 +306,20 @@ authenticated.get(
|
||||
resource.listResources
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/org/:orgId/resources/tcp-check",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.tcpCheck),
|
||||
resource.tcpCheck
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/org/:orgId/resources/tcp-check-batch",
|
||||
verifyOrgAccess,
|
||||
verifyUserHasAction(ActionsEnum.batchTcpCheck),
|
||||
resource.batchTcpCheck
|
||||
);
|
||||
|
||||
authenticated.get(
|
||||
"/org/:orgId/user-resources",
|
||||
verifyOrgAccess,
|
||||
|
||||
Reference in New Issue
Block a user