@netdata/charts
Version:
Netdata frontend SDK and chart utilities
22 lines • 472 B
JavaScript
import React from "react";
import { Flex } from "@netdata/netdata-ui";
import Details from "../../../details";
import { jsx as _jsx } from "react/jsx-runtime";
var InfoBody = function InfoBody() {
return /*#__PURE__*/_jsx(Flex, {
column: true,
padding: [2],
width: {
min: "260px"
},
height: {
max: "60vh"
},
children: /*#__PURE__*/_jsx(Details, {})
});
};
export default {
id: "info",
label: "Info",
Component: InfoBody
};