mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add isViewable prop to LogPipelines component for enhanced functionality
This commit is contained in:
@@ -23,6 +23,7 @@ const LogPipelines: FunctionComponent<PageComponentProps> = (): ReactElement =>
|
||||
isDeleteable={true}
|
||||
isEditable={true}
|
||||
isCreateable={true}
|
||||
isViewable={true}
|
||||
cardProps={{
|
||||
title: "Log Pipelines",
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user