harlam357 / hfm-net

Client Monitoring Application for Folding@Home
34 stars 6 forks source link

Add processor information to the slot summary web generation output (xml and html) #350

Closed firedfly closed 3 years ago

firedfly commented 3 years ago

This adds a new column to the web generation of the slot summary for both xml and html. The new column will display the processor (or GPU).

An example of the generated summary.html with the new column: image

firedfly commented 3 years ago

Please make this an additive property addition. In other words, add the Processor property to the end of the file and make it [DataMember(Order = 29)] leaving all the other properties in their existing order. All other changes look good.

I've pushed this change. Thanks!