Fix console button color

This commit is contained in:
Jonathon Leight
2026-06-21 23:34:58 -04:00
parent 67bff6f7ec
commit cdf341e3bf
+1 -1
View File
@@ -97,7 +97,7 @@
<a class="fw-bold text-reset text-decoration-none" href="/repeaters/{{.RepeaterPublicID}}">{{.Name}}</a>
<div class="text-secondary small">owner {{.OwnerName}}</div>
</div>
<a class="btn btn-primary btn-sm" href="/repeaters/{{.RepeaterPublicID}}/console">{{template "icon-terminal" "me-1"}}Console</a>
<a class="btn btn-sm" href="/repeaters/{{.RepeaterPublicID}}/console">{{template "icon-terminal" "me-1"}}Console</a>
</div>
{{end}}
</div>