|
|
@ -5,7 +5,7 @@ import Memory from "./memory";
|
|
|
|
export default function Resources({ options }) {
|
|
|
|
export default function Resources({ options }) {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<div className="pr-2 flex flex-col">
|
|
|
|
<div className="pr-2 flex flex-col max-w:full overflow-y-scroll">
|
|
|
|
<div className="flex flex-row space-x-4">
|
|
|
|
<div className="flex flex-row space-x-4">
|
|
|
|
{options.disk && <Disk options={options} />}
|
|
|
|
{options.disk && <Disk options={options} />}
|
|
|
|
{options.cpu && <Cpu />}
|
|
|
|
{options.cpu && <Cpu />}
|
|
|
|