X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/21ee15421471ce0f0aa4a1241cab3498c335d682..8095c4a7852131043b682b809ed78ca65386dd30:/src/views-components/details-panel/process-details.tsx diff --git a/src/views-components/details-panel/process-details.tsx b/src/views-components/details-panel/process-details.tsx index e3c9823d..2fbdd313 100644 --- a/src/views-components/details-panel/process-details.tsx +++ b/src/views-components/details-panel/process-details.tsx @@ -13,7 +13,7 @@ import { DetailsAttribute } from "~/components/details-attribute/details-attribu export class ProcessDetails extends DetailsData { - getIcon(className?: string){ + getIcon(className?: string) { return ; } @@ -21,7 +21,7 @@ export class ProcessDetails extends DetailsData { return
- + {/* Missing attr */} @@ -31,15 +31,14 @@ export class ProcessDetails extends DetailsData { - {/* Links but we dont have view */} - - - + + + - {/* Link but we dont have view */} - + +
; } }