X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f0ac109691369516a5adf9370838cb4eacf16a45..2ef3823ee2205b76af73f3fa4440395bdb3aac5d:/src/views-components/details-panel/process-details.tsx?ds=sidebyside diff --git a/src/views-components/details-panel/process-details.tsx b/src/views-components/details-panel/process-details.tsx index dee6e8b0..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 */} - + + +
; } }