fix color formatting

mine
Pavel Tumik 2020-05-28 16:19:08 -07:00
parent eebe9e78bb
commit 7ece29f342
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ func decorateCpuMemHeaderRows(app *App, data render.TableData) render.TableData
}
color := app.Config.K9s.Thresholds.SeverityColor(check, n)
if len(color) > 0 {
re.Row.Fields[colIndex] = "[" + color + "]" + re.Row.Fields[colIndex]
re.Row.Fields[colIndex] = "[" + color + "::b]" + re.Row.Fields[colIndex]
}
}
}