From a6baf39970e0ad567b102e5e8351e105c5e483d9 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Wed, 21 Apr 2021 13:22:00 +0200 Subject: [PATCH] improve mobile view --- public/partials/dashboard.htm | 44 +++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 15 deletions(-) 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 @@ - + - + - + - - - - + + + + @@ -99,7 +109,9 @@ class="align-middle" ng-repeat="repo in repositories| filter:repoFiler| orderBy:orderBy as filteredRepositories" > - + - + - - - +
## Repository ID Anonymized repositoryBranchBranch # Terms + # Terms + StatusExpirationAnonymize date# ViewsLast 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}}