// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import * as React from 'react'; import { ProcessIcon } from '../../components/icon/icon'; import { ProcessResource } from '../../models/process'; import { formatDate } from '../../common/formatters'; import { ResourceKind } from '../../models/resource'; import { resourceLabel } from '../../common/labels'; import { DetailsData } from "./details-data"; import { DetailsAttribute } from "../../components/details-attribute/details-attribute"; export class ProcessDetails extends DetailsData { getIcon(className?: string){ return ; } getDetails() { return
{/* Missing attr */} {/* Missing attrs */} {/* Links but we dont have view */} {/* Link but we dont have view */}
; } }