diff --git a/public/partials/dashboard.htm b/public/partials/dashboard.htm index 652cb1a..74006f9 100644 --- a/public/partials/dashboard.htm +++ b/public/partials/dashboard.htm @@ -80,17 +80,27 @@
| # | +# | Repository ID | Anonymized repository | -Branch | +Branch | -# Terms | ++ # Terms + | Status | -Expiration | -Anonymize date | -# Views | -Last view | ++ Expiration + | ++ Anonymize date + | ++ # Views + | ++ Last view + | Actions | {{$index + 1}} | ++ {{$index + 1}} + | {{repo.repoId}} {{repo.branch}} | -{{repo.terms.length}} | ++ {{repo.terms.length}} + | - | + | {{repo.anonymizeDate | date}} | -{{repo.pageView}} | -+ | {{repo.pageView}} | +{{repo.lastView | date}} |
|---|