We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103caf9 commit 0553121Copy full SHA for 0553121
core/http/views/index.html
@@ -54,7 +54,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-4">Models installed without a
54
{{ range .Models }}
55
<div class="bg-gray-800/80 border border-gray-700 rounded-lg p-4 flex items-center">
56
<i class="fas fa-brain text-lg text-gray-400 mr-3"></i>
57
- <p class="font-medium text-gray-200">{{.Name}}</p>
+ <p class="font-medium text-gray-200">{{if .Name}}{{.Name}}{{else}}{{.}}{{end}}</p>
58
</div>
59
{{end}}
60
0 commit comments