Skip to content

Commit

Permalink
sahdakjldhsaukldhakjsld
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Mar 3, 2024
1 parent a72438d commit 3824da6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kube_cache/server/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ func (s *Server) Index(c *gin.Context) {

kubesHtml := ""
for _, kube := range kubes {
kubesHtml += fmt.Sprintf(`<div style="max-width: 100px; max-height: 100px;">
kubesHtml += fmt.Sprintf(`<div style="max-width: 100px;">
<h3>%s</h3>
<img src="./kubeImageById/%s" href="./kubeImageByIdNew/%s" style="max-width: 100px; max-height: 100px;"/>
<a href="./kubeImageByIdNew/%s">Regenerate Image</a>
<img src="./kubeImageById/%s" style="max-width: 100px; max-height: 100px;"/>
</div>`, kube.Name, kube.Id, kube.Id)
}

Expand Down

0 comments on commit 3824da6

Please sign in to comment.