mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-04 05:57:10 -04:00
fix(ui): drop duplicated footer import
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@@ -529,7 +529,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{template "views/partials/footer" .}}
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -877,4 +876,4 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user