From 11e87d8cebedb80f433a4a2b2609700e027b5188 Mon Sep 17 00:00:00 2001 From: Freya Gustavsson Date: Mon, 8 Apr 2024 13:46:21 +0200 Subject: [PATCH] fix: PipelinesTable incorrectly using TriggerLink We migrated TriggerLink to use the term trigger instead of build to be more accurate. With that change we also split the text and link to be separate, which we didn't address in the PipelinesTable either --- frontend/src/app/Pipelines/PipelinesTable.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/Pipelines/PipelinesTable.tsx b/frontend/src/app/Pipelines/PipelinesTable.tsx index c957d41d..234373c0 100644 --- a/frontend/src/app/Pipelines/PipelinesTable.tsx +++ b/frontend/src/app/Pipelines/PipelinesTable.tsx @@ -11,7 +11,7 @@ import { } from "@patternfly/react-table/deprecated"; import { Button, LabelGroup } from "@patternfly/react-core"; -import { TriggerLink } from "../Trigger/TriggerLink"; +import { TriggerLink, TriggerSuffix } from "../Trigger/TriggerLink"; import { ErrorConnection } from "../Errors/ErrorConnection"; import { Preloader } from "../Preloader/Preloader"; import { ForgeIcon } from "../Forge/ForgeIcon"; @@ -151,7 +151,9 @@ const PipelinesTable = () => { { title: ( - + + + ), },