Skip to content

Commit

Permalink
Merge pull request #35 from pilksoc/logging
Browse files Browse the repository at this point in the history
sahdakjldhsaukldhakjsld
  • Loading branch information
djpiper28 authored Mar 3, 2024
2 parents 390d231 + 3824da6 commit 5a163c1
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 5a163c1

Please sign in to comment.