X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/10ce16c28de952f6533ca3cc9df909269e3d2a53..21ee15421471ce0f0aa4a1241cab3498c335d682:/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 931ff7ed..e3c9823d 100644 --- a/src/views-components/details-panel/process-details.tsx +++ b/src/views-components/details-panel/process-details.tsx @@ -3,13 +3,13 @@ // 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 { 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"; +import { DetailsAttribute } from "~/components/details-attribute/details-attribute"; export class ProcessDetails extends DetailsData { @@ -19,9 +19,9 @@ export class ProcessDetails extends DetailsData { getDetails() { return
- + - + {/* Missing attr */} @@ -34,10 +34,10 @@ export class ProcessDetails extends DetailsData { {/* Links but we dont have view */} - + - + {/* Link but we dont have view */}
;