@localstack/appinspector-ui 1.0.118 → 1.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15349,7 +15349,7 @@ var SpansDataGrid = ({
|
|
|
15349
15349
|
size: "small",
|
|
15350
15350
|
sx: { px: 1 },
|
|
15351
15351
|
variant: "text",
|
|
15352
|
-
children: "View
|
|
15352
|
+
children: "View Graph"
|
|
15353
15353
|
}
|
|
15354
15354
|
)
|
|
15355
15355
|
] });
|
|
@@ -30700,7 +30700,7 @@ var EventDetails = ({ onClose, selectedEvent }) => {
|
|
|
30700
30700
|
);
|
|
30701
30701
|
const [parseNestedJson, setParseNestedJson] = useState15(true);
|
|
30702
30702
|
if (!selectedEvent) {
|
|
30703
|
-
return /* @__PURE__ */ jsx141(Box16, { sx: { p: 3, textAlign: "center" }, children: /* @__PURE__ */ jsx141(Typography11, { color: "text.secondary", variant: "body2", children: "Select an
|
|
30703
|
+
return /* @__PURE__ */ jsx141(Box16, { sx: { p: 3, textAlign: "center" }, children: /* @__PURE__ */ jsx141(Typography11, { color: "text.secondary", variant: "body2", children: "Select an operation to view graph" }) });
|
|
30704
30704
|
}
|
|
30705
30705
|
const isLambdaInvoke = checkIsLambdaInvoke(selectedEvent);
|
|
30706
30706
|
const isSqsSendMessage = checkIsSqsSendMessage(selectedEvent);
|