We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699fb25 commit b453e0bCopy full SHA for b453e0b
cli/dashboard/list.go
@@ -80,6 +80,7 @@ func (r listResult) String() string {
80
for _, dash := range r.dashboards {
81
row := []interface{}{dash.Name, dash.ID}
82
row = append(row, strings.Join(dash.Widgets, ", "))
83
+ row = append(row, dash.UpdatedAt)
84
if listFlags.showSharing {
85
row = append(row, dash.SharedBy)
86
row = append(row, strings.Join(dash.SharedWith, ", "))
0 commit comments