From dc1c6c282f5ce2dd2cefbd30fcd357dfc8ffb9ea Mon Sep 17 00:00:00 2001 From: Stanislaw Adaszewski Date: Wed, 5 Feb 2020 18:13:50 +0100 Subject: [PATCH] Changed default collection url to content browser, added properties as optional action in the listing. --- frontend/src/js/component/wb-collection-listing.js | 13 +++++++++++-- frontend/src/js/component/wb-name-and-uuid.js | 2 +- frontend/src/js/misc/url-for-object.js | 11 +++++++---- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/frontend/src/js/component/wb-collection-listing.js b/frontend/src/js/component/wb-collection-listing.js index 993839c..90caaf1 100644 --- a/frontend/src/js/component/wb-collection-listing.js +++ b/frontend/src/js/component/wb-collection-listing.js @@ -39,7 +39,16 @@ class WBCollectionListing extends Component {
{ item.owner_uuid }
), item['file_count'], - filesize(item['file_size_total']) + filesize(item['file_size_total']), + (
+ + + + +
) ]); } @@ -109,7 +118,7 @@ class WBCollectionListing extends Component { render({ app, ownerUuid, activePage, getPageUrl }, { rows, numPages }) { return (
-