diff --git a/striker-ui/components/SharedStorageNode.tsx b/striker-ui/components/SharedStorageNode.tsx index cd5f67db..65c0152d 100644 --- a/striker-ui/components/SharedStorageNode.tsx +++ b/striker-ui/components/SharedStorageNode.tsx @@ -4,6 +4,7 @@ import * as prettyBytes from 'pretty-bytes'; import InnerPanel from './InnerPanel'; import AllocationBar from './AllocationBar'; import { BodyText } from './Text'; +import PanelHeader from './PanelHeader'; const SharedStorageNode = ({ node, @@ -12,13 +13,17 @@ const SharedStorageNode = ({ }): JSX.Element => { return ( - - - - - - + + + + + + + + + +