mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
fix: use correct Go template name backup.html
This commit is contained in:
parent
a633efb2c8
commit
45c2c75c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue