mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: large table row ID number format in CLI (#9281)
Co-authored-by: shuting <shuting@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
0107c9af8a
commit
71739b85ee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package table
|
|||
|
||||
type RowCompact struct {
|
||||
IsFailure bool
|
||||
ID int `header:"id"`
|
||||
ID int `header:"id,text"`
|
||||
Policy string `header:"policy"`
|
||||
Rule string `header:"rule"`
|
||||
Resource string `header:"resource"`
|
||||
|
|
Loading…
Reference in a new issue