fix(ui): drop duplicated footer import

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-02-18 14:38:53 +01:00
parent 4fe830ff58
commit 7dd9a155a3
2 changed files with 1 additions and 3 deletions

View File

@@ -529,7 +529,6 @@
</div>
</div>
{{template "views/partials/footer" .}}
</div>
<script>
@@ -877,4 +876,4 @@ document.addEventListener('DOMContentLoaded', function() {
</div>
</body>
</html>
</html>

View File

@@ -585,7 +585,6 @@ docker run -ti --net host -e TOKEN="<span class="token">{{.P2PToken}}</span>" --
{{ end }}
</div>
{{template "views/partials/footer" .}}
</div>
{{ if ne .P2PToken "" }}
<script src="static/p2panimation.js"></script>