From 751014a813154f9731e5cff9559d803d3383c90d Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Tue, 18 Dec 2018 07:30:06 +0000
Subject: [PATCH] Column order (optimized for tree browsing).
---
borgbutler-webapp/src/components/views/archives/FileListTable.jsx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/borgbutler-webapp/src/components/views/archives/FileListTable.jsx b/borgbutler-webapp/src/components/views/archives/FileListTable.jsx
index a0d086b..50b95a4 100644
--- a/borgbutler-webapp/src/components/views/archives/FileListTable.jsx
+++ b/borgbutler-webapp/src/components/views/archives/FileListTable.jsx
@@ -9,11 +9,11 @@
<Table striped bordered hover size={'sm'} responsive>
<thead>
<tr>
+ <th>Path</th>
+ <th></th>
+ <th>Size</th>
<th>Mode</th>
<th>Modified time</th>
- <th>Size</th>
- <th></th>
- <th>Path</th>
</tr>
</thead>
<tbody>
--
Gitblit v1.10.0