[修改]删除了updatetoetcd的page页面、widget排布

This commit is contained in:
makotocc0107
2024-08-28 16:13:59 +08:00
committed by Coding
parent fce4719316
commit d910dbb01c
5 changed files with 25 additions and 21 deletions

View File

@@ -1,10 +0,0 @@
<x-filament::page>
<form wire:submit.prevent="updateSettingsToEtcd" class="space-y-6">
{{$this->form }}
<div class="flex flex-wrap items-center gap-4 justify-start">
<x-filament::button type="submit">
导出配置到ETCD
</x-filament::button>
</div>
</form>
</x-filament::page>