From 9f33979f5ccd285aac252e96d134a9600eeef06e Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 20 Sep 2023 15:59:50 +0700 Subject: [PATCH] add webhook gitea --- netmiko_client/src/components/TestDevice/TestDevice.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/netmiko_client/src/components/TestDevice/TestDevice.jsx b/netmiko_client/src/components/TestDevice/TestDevice.jsx index 2d997e0..4887a21 100644 --- a/netmiko_client/src/components/TestDevice/TestDevice.jsx +++ b/netmiko_client/src/components/TestDevice/TestDevice.jsx @@ -1210,11 +1210,7 @@ const TestDevice = ({ socket, user }) => { // if (data.type === "input") { setIsLoading(); // } - - // if (data.type === "test") { - // getAllLastLog(); - // } - + // toast.success("update command") }); }, [socket]);