Skip to content

Commit

Permalink
[CN-2386] change message on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Rodriguez committed Jun 7, 2023
1 parent dc79190 commit d87739d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function PluginContainer({ app }: IPluginContainerProps) {
</div>
<div style={{ flexGrow: 19 }}>
{!selectedPipeline ? (
<h4 style={{ textAlign: 'center' }}>Select a pipeline..</h4>
<h4 style={{ textAlign: 'center' }}>Please select a pipeline to view executions.</h4>
) : (
<PipelineExecutions
appName={app.name}
Expand Down

0 comments on commit d87739d

Please sign in to comment.