[增添]添加了etcd服务与对应页面
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user