add icons to energySummary component

This commit is contained in:
Christoph Kluge
2024-09-30 12:27:32 +02:00
parent 183b310696
commit dcb8308f35
2 changed files with 30 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ func (r *jobResolver) EnergyFootprint(ctx context.Context, obj *schema.Job) ([]*
case matchCore.MatchString(test):
hwType = "Core"
default:
hwType = "Hardware"
hwType = "Other"
}
res = append(res, &model.EnergyFootprintValue{