fix: use correct Go template name backup.html

This commit is contained in:
root 2026-04-26 20:52:33 +08:00
parent a633efb2c8
commit 45c2c75c5c

View file

@ -112,7 +112,7 @@
<a-icon type="database"></a-icon> <a-icon type="database"></a-icon>
<span>Backup</span> <span>Backup</span>
</template> </template>
{{ template "settings/backup" . }} {{ template "backup.html" . }}
</a-tab-pane> </a-tab-pane>
</a-tabs> </a-tabs>
</a-col> </a-col>