X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/01e4b29eb65a760650476a8f5f059413130921f4..ecf96ade39e828e7456a80adee8399d5653fa1d2:/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 cec01b966d..a065d91e4e 100644 --- a/src/views-components/details-panel/process-details.tsx +++ b/src/views-components/details-panel/process-details.tsx @@ -10,36 +10,34 @@ import { ResourceKind } from '~/models/resource'; import { resourceLabel } from '~/common/labels'; import { DetailsData } from "./details-data"; import { DetailsAttribute } from "~/components/details-attribute/details-attribute"; +import OwnerNameUuidEnhancer from '../owner-name-uuid-enhancer/owner-name-uuid-enhancer'; export class ProcessDetails extends DetailsData { - getIcon(className?: string){ + getIcon(className?: string) { return ; } getDetails() { return
- - + } /> - {/* Missing attr */} - {/* Missing attrs */} - {/* Links but we dont have view */} - - - + + + - - {/* Link but we dont have view */} - + + +
; } }