X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e032ee615c409d084d84e35ae6d572999105dd22..35ce0164f3863e7117fade1319ed3c2789bc216a:/src/views-components/compute-nodes-dialog/attributes-dialog.tsx diff --git a/src/views-components/compute-nodes-dialog/attributes-dialog.tsx b/src/views-components/compute-nodes-dialog/attributes-dialog.tsx index 3959909c..83a98381 100644 --- a/src/views-components/compute-nodes-dialog/attributes-dialog.tsx +++ b/src/views-components/compute-nodes-dialog/attributes-dialog.tsx @@ -12,7 +12,7 @@ import { WithDialogProps, withDialog } from "~/store/dialog/with-dialog"; import { COMPUTE_NODE_ATTRIBUTES_DIALOG } from '~/store/compute-nodes/compute-nodes-actions'; import { ArvadosTheme } from '~/common/custom-theme'; import { NodeResource, NodeProperties, NodeInfo } from '~/models/node'; -import * as classnames from "classnames"; +import classnames from "classnames"; type CssRules = 'root' | 'grid'; @@ -29,7 +29,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, grid: { padding: '8px 0 0 0' - } + } }); interface AttributesComputeNodeDialogDataProps { @@ -51,7 +51,7 @@ export const AttributesComputeNodeDialog = compose(