Skip to content

Commit

Permalink
fix table - metadata not returned from this API
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Nov 12, 2024
1 parent 272b43c commit b004fc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/policy-subjectMappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ func policy_matchSubjectMappings(cmd *cobra.Command, args []string) {
table.NewFlexColumn("actions", "Actions", cli.FlexColumnWidthTwo),
table.NewFlexColumn("subject_condition_set_id", "Subject Condition Set: Id", cli.FlexColumnWidthFour),
table.NewFlexColumn("subject_condition_set", "Subject Condition Set", cli.FlexColumnWidthThree),
table.NewFlexColumn("labels", "Labels", cli.FlexColumnWidthOne),
table.NewFlexColumn("created_at", "Created At", cli.FlexColumnWidthOne),
table.NewFlexColumn("updated_at", "Updated At", cli.FlexColumnWidthOne),
)
rows := []table.Row{}
for _, sm := range matched {
Expand Down

0 comments on commit b004fc4

Please sign in to comment.