Skip to content

Commit

Permalink
fix: headers don't match API (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Mar 1, 2022
1 parent 0c7ecf5 commit b506920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/js/SM/CollectionAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ SM.CollectionAssetGrid = Ext.extend(Ext.grid.GridPanel, {
sortable: true
},
{
header: "Checks",
header: "Rules",
width: 50,
fixed: true,
dataIndex: 'ruleCount',
Expand All @@ -175,7 +175,7 @@ SM.CollectionAssetGrid = Ext.extend(Ext.grid.GridPanel, {
renderer: renderDurationToNow
},
{
header: "Reviewed",
header: "Saved",
width: 100,
fixed: true,
dataIndex: 'savedPct',
Expand Down
2 changes: 1 addition & 1 deletion client/src/js/SM/CollectionStig.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ SM.CollectionStigsGrid = Ext.extend(Ext.grid.GridPanel, {
renderer: renderDurationToNow
},
{
header: "Reviewed",
header: "Saved",
width: 100,
fixed: true,
dataIndex: 'savedPct',
Expand Down

0 comments on commit b506920

Please sign in to comment.