Skip to content

Commit

Permalink
Why are we yelling
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Fiduccia <vincent@rancher.com>
  • Loading branch information
vincent99 committed May 3, 2021
1 parent aaacc75 commit ba535d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,22 @@ export default {
headers: [
{
name: 'imageName',
label: 'IMAGE',
label: 'Image',
sort: ['imageName', 'tag', 'imageID'],
},
{
name: 'tag',
label: 'TAG',
label: 'Tag',
sort: ['tag', 'imageName', 'imageID'],
},
{
name: 'imageID',
label: 'IMAGE ID',
label: 'Image ID',
sort: ['imageID', 'imageName', 'tag'],
},
{
name: 'size',
label: 'SIZE',
label: 'Size',
sort: ['size', 'imageName', 'tag'],
},
],
Expand Down

0 comments on commit ba535d7

Please sign in to comment.