+
+ All proxy logs are going to be removed. This action cannot be undone.
+
+
+ {clearLogsResult.error &&
Failed to clear HTTP logs: {clearLogsResult.error}}
+
+ {(activeProject?.settings.intercept.requestsEnabled || activeProject?.settings.intercept.responsesEnabled) && (
+
+
+
+ )}
+
+
+
+
+
+
+
+ );
+}
+
+export default Actions;
diff --git a/admin/src/features/reqlog/components/RequestLogs.tsx b/admin/src/features/reqlog/components/RequestLogs.tsx
index daf17a3..787d529 100644
--- a/admin/src/features/reqlog/components/RequestLogs.tsx
+++ b/admin/src/features/reqlog/components/RequestLogs.tsx
@@ -14,6 +14,7 @@ import {
import { useRouter } from "next/router";
import { useState } from "react";
+import Actions from "./Actions";
import LogDetail from "./LogDetail";
import Search from "./Search";
@@ -94,7 +95,14 @@ export function RequestLogs(): JSX.Element {
return (