X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4a055bfc98a5fc05cc311e2de1ab2213eec5497e..2ee1db29750704c6cd381483c44c98c6cff656e0:/src/views-components/compute-nodes-dialog/attributes-dialog.tsx?ds=sidebyside 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(