From 61247b1ab6e2280c5ebf21ba98cce9b69722e810 Mon Sep 17 00:00:00 2001 From: Danil Kostromin Date: Fri, 12 Jan 2024 20:27:53 +0200 Subject: [PATCH] feat(run): add tip for ctrl+click on run page Add question mark with tooltip to run page toolbar there's no information on this available Signed-off-by: Danil Kostromin --- .../features/run/src/lib/run-table/run-table.component.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libs/bublik/features/run/src/lib/run-table/run-table.component.tsx b/libs/bublik/features/run/src/lib/run-table/run-table.component.tsx index b1b2c333..d35efd7d 100644 --- a/libs/bublik/features/run/src/lib/run-table/run-table.component.tsx +++ b/libs/bublik/features/run/src/lib/run-table/run-table.component.tsx @@ -18,7 +18,7 @@ import { import { RunData } from '@/shared/types'; import { useMount } from '@/shared/hooks'; import { getErrorMessage } from '@/services/bublik-api'; -import { Icon, Skeleton } from '@/shared/tailwind-ui'; +import { Icon, Skeleton, Tooltip } from '@/shared/tailwind-ui'; import { globalFilterFn } from './filter'; import { @@ -161,6 +161,11 @@ export const RunTable = (props: RunTableProps) => { Toolbar + +
+ +
+