Skip to content

Commit

Permalink
Update license status column headers
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 4, 2023
1 parent db28b08 commit 6f9962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/registry/proxyserver/licensestatus/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func (c defaultTableConvertor) ConvertToTable(ctx context.Context, object runtim
{Name: "Product", Type: "string", Description: ""},
{Name: "Requester", Type: "string", Description: ""},
{Name: "Contract", Type: "string", Description: ""},
{Name: "Valid For", Type: "string", Description: ""},
{Name: "Refreshes In", Type: "string", Description: ""},
{Name: "Valid", Type: "string", Description: ""},
{Name: "Rotates", Type: "string", Description: ""},
}
}
return &table, nil
Expand Down

0 comments on commit 6f9962a

Please sign in to comment.