openflighthpc / carbon-leaderboard

A tool to compare environmental impact data from different systems
0 stars 0 forks source link

Server page #18

Closed megan-godfrey closed 1 month ago

megan-godfrey commented 2 months ago

Improves styling of individual server page and adds 'emissions history' chart

Some notes:

The icon next to the platform name changes depending on the platform and could be - the moosebird, aws logo, azure logo, openstack logo or generic server icon

GPUs section is only displayed if there are any gpus to show

The emissions chart currently shows a maximum time range of a week

image

megan-godfrey commented 2 months ago

PR was premature, I've found a bug - clicking a group in the group leaderboard throws an error, as it routes to the device 'show' page, which now expects a device variable to use. Need to route to a new view for group pages

Womblue commented 2 months ago

That's actually something I've addressed in my current branch - the groups on the group leaderboard now route to the individual group pages that are a part of that branch.