diff --git a/front/src/components/manage/library/RequestsTable.vue b/front/src/components/manage/library/RequestsTable.vue deleted file mode 100644 index 422c75287..000000000 --- a/front/src/components/manage/library/RequestsTable.vue +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - Search - - - - Ordering - - - {{ option[1] }} - - - - - Ordering direction - - Ascending - Descending - - - - Status - - All - Pending - Accepted - Imported - Closed - - - - - - - - - - - User - Status - Artist - Albums - Comment - Creation date - Import date - Actions - - - - {{ scope.obj.user.username }} - - - Imported - Accepted - Pending - Closed - - - {{ scope.obj.artist_name|truncate(30) }} - - - {{ scope.obj.albums|truncate(30) }} - N/A - - - {{ scope.obj.comment|truncate(30) }} - N/A - - - - - - - N/A - - - Create import - - - - - - - - - - Showing results %{ start }-%{ end } on %{ total } - - - - - - -