From ad88fb8d6c8556b25c8aae77339e91ed95ee2e1a Mon Sep 17 00:00:00 2001 From: makotocc0107 <1424018999@qq.com> Date: Tue, 27 Aug 2024 13:35:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A2=9E=E6=B7=BB]=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?etcd=E6=9C=8D=E5=8A=A1=E4=B8=8E=E5=AF=B9=E5=BA=94=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 22 ++++-- .../app/Filament/Pages/UpdateToEtcd.php | 78 +++++++++++++++++++ management-panel/app/Services/EtcdService.php | 54 +++++++++++++ .../filament/pages/update-to-etcd.blade.php | 10 +++ 4 files changed, 159 insertions(+), 5 deletions(-) create mode 100644 management-panel/app/Filament/Pages/UpdateToEtcd.php create mode 100644 management-panel/app/Services/EtcdService.php create mode 100644 management-panel/resources/views/filament/pages/update-to-etcd.blade.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 77bbbe2..f38434d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,8 @@