Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
cpu icon improved
  • Loading branch information
fabriziosalmi authored Aug 23, 2024
1 parent c3fa69d commit 3333b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale/ui/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>Scaling Actions</h3>
<div class="log-cell"><span class="node-prefix"></span> <span class="node-name">${log.proxmox_host}</span></div>
<div class="log-cell log-cell-id"><span class="container-id"> ${log.container_id}</span></div>
<div class="log-cell">
${cpuChange ? `<div class="log-icon-container"><img src="https://www.svgrepo.com/show/31442/cpu.svg" class="log-icon">&nbsp; ${cpuChange}</div>` : ''}
${cpuChange ? `<div class="log-icon-container"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Icons8_flat_electronics.svg/1200px-Icons8_flat_electronics.svg.png" class="log-icon">&nbsp; ${cpuChange}</div>` : ''}
${memoryChange ? `<div class="log-icon-container"><img src="https://www.svgrepo.com/show/444579/tech-ram.svg" class="log-icon">&nbsp; ${memoryChange}</div>` : ''}
</div>
`;
Expand Down

0 comments on commit 3333b16

Please sign in to comment.