fix issue with intel cpu temperature label order
This commit is contained in:
@@ -25,7 +25,7 @@ func (r *SysDriver) Render(term common.Terminal) error {
|
||||
}
|
||||
|
||||
clock := c.([]ClockSensor)
|
||||
term.Subheader("Frequency")
|
||||
term.Subheader("Frequency /sys/devices/system/cpu/*/cpufreq")
|
||||
|
||||
for _, sensor := range clock {
|
||||
// \033[K clears from cursor to end of line (prevents lingering chars)
|
||||
|
||||
Reference in New Issue
Block a user