fix: fix issue #2 - telemetry not showing in graphs
This commit is contained in:
@@ -598,9 +598,9 @@ impl App {
|
||||
),
|
||||
row![
|
||||
text(if stats.kv_read_active {
|
||||
"Read · active"
|
||||
"Disk read · active"
|
||||
} else {
|
||||
"Read"
|
||||
"Disk read"
|
||||
})
|
||||
.size(12)
|
||||
.color(Color::from_rgb8(67, 194, 203)),
|
||||
@@ -616,9 +616,9 @@ impl App {
|
||||
),
|
||||
row![
|
||||
text(if stats.kv_write_active {
|
||||
"Write · active"
|
||||
"Disk write · active"
|
||||
} else {
|
||||
"Write"
|
||||
"Disk write"
|
||||
})
|
||||
.size(12)
|
||||
.color(Color::from_rgb8(240, 180, 70)),
|
||||
|
||||
Reference in New Issue
Block a user