diff --git a/navigator-vue/src/components/DirectoryEntry.vue b/navigator-vue/src/components/DirectoryEntry.vue
index 677c380..df6e436 100644
--- a/navigator-vue/src/components/DirectoryEntry.vue
+++ b/navigator-vue/src/components/DirectoryEntry.vue
@@ -1,71 +1,76 @@
-
-
+
-
-
+
+
+
+
+
+
- {{ entry.modeStr }}
- {{ entry.owner }}
- {{ entry.group }}
- {{ entry.sizeHuman }}
- {{ entry.ctime?.toLocaleString() ?? '-' }}
- {{ entry.mtime?.toLocaleString() ?? '-' }}
- {{ entry.atime?.toLocaleString() ?? '-' }}
- {{ entry.modeStr }}
+ {{ entry.owner }}
+ {{ entry.group }}
+ {{ entry.sizeHuman }}
+ {{ entry.ctime?.toLocaleString() ?? '-' }}
+ {{ entry.mtime?.toLocaleString() ?? '-' }}
+ {{ entry.atime?.toLocaleString() ?? '-' }}
+