[arvados-workbench2] updated: 2.4.0-363-g3277922e

git repository hosting git at public.arvados.org
Thu Dec 1 21:51:33 UTC 2022


Summary of changes:
 src/views-components/data-explorer/renderers.tsx | 4 ----
 1 file changed, 4 deletions(-)

       via  3277922ef580144a55f34e80992ca40b9fb66146 (commit)
      from  19fbb2305b4bbd3443d4a52e556e8018cb4d73cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3277922ef580144a55f34e80992ca40b9fb66146
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Dec 1 16:51:28 2022 -0500

    removed testing lorem ipsum
    Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/src/views-components/data-explorer/renderers.tsx b/src/views-components/data-explorer/renderers.tsx
index f37b167d..174cad66 100644
--- a/src/views-components/data-explorer/renderers.tsx
+++ b/src/views-components/data-explorer/renderers.tsx
@@ -804,10 +804,6 @@ export const ResourceFileCount = connect(
 export const ResourceDescription = connect(
     (state: RootState, props: { uuid: string }) => {
         const resource = getResource<GroupContentsResource>(props.uuid)(state.resources);
-        //testing---------------
-        // const containerRequestDescription = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-        // if (resource && !resource.description && resource.kind === ResourceKind.PROCESS) resource.description = containerRequestDescription
-        //testing---------------
         return { description: resource ? resource.description : '' };
     })((props: { description: string }) => renderDescription(props.description));
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list