From 7898ebffccab7c47021f68dbe6f827607ae09dd6 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Tue, 24 Sep 2024 12:43:11 +0100 Subject: [PATCH] feat(console): added ability to refresh data in table resources --- .../resource-panes/custom-resource-table.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wing-console/console/ui/src/features/inspector-pane/resource-panes/custom-resource-table.tsx b/wing-console/console/ui/src/features/inspector-pane/resource-panes/custom-resource-table.tsx index ecc345d0a68..b8a7fd751d2 100644 --- a/wing-console/console/ui/src/features/inspector-pane/resource-panes/custom-resource-table.tsx +++ b/wing-console/console/ui/src/features/inspector-pane/resource-panes/custom-resource-table.tsx @@ -3,6 +3,8 @@ import { memo } from "react"; import { trpc } from "../../../trpc.js"; import { TableInteraction } from "./table-interaction.js"; +import { Button } from "@wingconsole/design-system"; +import { ArrowPathIcon } from "@heroicons/react/24/outline"; export interface CustomResourceTableProps { scanHandler: string; @@ -18,6 +20,15 @@ export const CustomResourceTable = memo(
+
+
{tableScan.data && (