changed action

This commit is contained in:
ACoolName 2024-05-25 15:43:36 +03:00
parent 3b6e8e1aac
commit b59eccd9d1

View File

@ -684,9 +684,9 @@ export const USERS_ACTIONS: ActionInfo[] = [
export const BROWSER_ACTIONS: ActionInfo[] = [ export const BROWSER_ACTIONS: ActionInfo[] = [
{ {
name: "Delete Browser", name: "Stop Browser",
requestType: "delete", requestType: "post",
endpoint: "/browsers/{browser_id}", endpoint: "/browsers/{browser_id}/stop",
args: {}, args: {},
permissions: Permission.Browse, permissions: Permission.Browse,
response_action: "Ignore" response_action: "Ignore"