diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 16:45:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 16:45:00 +0200 |
| commit | 853f7710ccb338ac4abf3433b9ab4270be083c46 (patch) | |
| tree | db6b59a5655e7ea55f68596288acf7fc41aa9e02 /app/client/dashboard | |
| parent | 960a7495f502d3f6a604a14828dd68bc61bed92e (diff) | |
better dates on filelist
Diffstat (limited to 'app/client/dashboard')
| -rw-r--r-- | app/client/dashboard/dashboard.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboard.component.js b/app/client/dashboard/dashboard.component.js index cbfdd33..8f47049 100644 --- a/app/client/dashboard/dashboard.component.js +++ b/app/client/dashboard/dashboard.component.js @@ -48,7 +48,7 @@ class Dashboard extends Component { linkFiles files={renders[key]} orderBy='date desc' - fields={'name date epoch size'} + fields={'name datetime epoch size'} onClick={key === 'samplernn' ? (file, e) => { e.preventDefault() e.stopPropagation() |
