diff --git a/front/src/components/federation/LibraryTrackTable.vue b/front/src/components/federation/LibraryTrackTable.vue index ad8b801a6..551fb992a 100644 --- a/front/src/components/federation/LibraryTrackTable.vue +++ b/front/src/components/federation/LibraryTrackTable.vue @@ -16,89 +16,63 @@ -
-
-
-
- |
- ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-
-
-
-
- |
- - {{ track.title|truncate(30) }} - | -- {{ track.artist_name|truncate(30) }} - | -- {{ track.album_title|truncate(20) }} - | -
- |
- - {{ track.library.actor.domain }} - | -|||||||||||||
- {{ $t('Status') }} |
+ {{ $t('Title') }} |
+ {{ $t('Artist') }} |
+ {{ $t('Album') }} |
+ {{ $t('Published date') }} |
+ {{ $t('Library') }} |
+
+
+
+ {{ $t('In library') }}
+ {{ $t('Not imported') }}
+ |
+
+ {{ scope.obj.title|truncate(30) }}
+ |
+
+ {{ scope.obj.artist_name|truncate(30) }}
+ |
+
+ {{ scope.obj.album_title|truncate(20) }}
+ |
+
+ |
+
+ {{ scope.obj.library.actor.domain }}
+ |
+
+
+ |
- - {{ $t('Showing results {%start%}-{%end%} on {%total%}', {start: ((page-1) * paginateBy) + 1 , end: ((page-1) * paginateBy) + result.results.length, total: result.count})}} - |
-
- |
- - | - | - | - |