diff --git a/plugins/fossa/dev/index.tsx b/plugins/fossa/dev/index.tsx index 1c2e96807f..563c63faf5 100644 --- a/plugins/fossa/dev/index.tsx +++ b/plugins/fossa/dev/index.tsx @@ -140,7 +140,12 @@ createDevApp() await new Promise(r => setTimeout(r, 1000)); return { - items: [entity('zero-deps'), entity('issues'), entity('no-issues')], + items: [ + entity('no-fossa'), + entity('zero-deps'), + entity('issues'), + entity('no-issues'), + ], }; }, } as Partial) as any), diff --git a/plugins/fossa/docs/fossa-overview.png b/plugins/fossa/docs/fossa-overview.png index 2c6dd97231..6298fb9557 100644 Binary files a/plugins/fossa/docs/fossa-overview.png and b/plugins/fossa/docs/fossa-overview.png differ diff --git a/plugins/fossa/src/components/FossaPage/FossaPage.tsx b/plugins/fossa/src/components/FossaPage/FossaPage.tsx index cfc6e8af97..4a5c1b9bff 100644 --- a/plugins/fossa/src/components/FossaPage/FossaPage.tsx +++ b/plugins/fossa/src/components/FossaPage/FossaPage.tsx @@ -22,6 +22,7 @@ import { import { Content, Header, + Link, Page, StatusError, StatusOK, @@ -63,6 +64,7 @@ const columns: TableColumn[] = [ title: 'Name', field: 'resolved.name', highlight: true, + width: 'auto', render: ({ entity }) => ( ), @@ -70,7 +72,6 @@ const columns: TableColumn[] = [ { title: 'Owner', field: 'resolved.ownedByRelationsTitle', - highlight: true, render: ({ resolved }) => ( [] = [ ); }, }, + { + sorting: false, + render: ({ resolved: { loading, details } }) => { + if (loading) { + return ; + } + + return details && View in FOSSA; + }, + }, ]; const filters: TableFilter[] = [