Skip to content

Commit

Permalink
Match column_names order with DetailField
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 5, 2023
1 parent 62a4a4b commit 2cce0d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/src/examples/confs/detail_view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ app_const:
column_names:
dev: <underline>Device</>
ino: <underline>inode</>
nlink: <underline>Links</>
perm: <underline>Permissions</>
oct: <underline>Octal</>
nlink: <underline>Links</>
size: <underline>Size</>
blocks: <underline>Blocks</>
user: <underline>User</>
uid: <underline>UID</>
group: <underline>Group</>
gid: <underline>GID</>
size: <underline>Size</>
blocks: <underline>Blocks</>
btime: <underline>Date Created</>
mtime: <underline>Date Modified</>
ctime: <underline>Date Changed</>
mtime: <underline>Date Modified</>
atime: <underline>Date Accessed</>
git: <underline>Git</>
name: <underline>Name</>

0 comments on commit 2cce0d3

Please sign in to comment.