fix issue with intel cpu temperature label order
This commit is contained in:
@@ -36,7 +36,7 @@ func (r *RaplDriver) Render(term common.Terminal) error {
|
||||
}
|
||||
|
||||
power := p.([]PowerSensor)
|
||||
term.Subheader("Power")
|
||||
term.Subheader("Power /sys/class/powercap/intel-rapl")
|
||||
|
||||
for _, sensor := range power {
|
||||
// \033[K clears from cursor to end of line (prevents lingering chars)
|
||||
|
||||
Reference in New Issue
Block a user