Skip to content

Commit

Permalink
Change Pipeline Details Dashboard tab to Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Jan 13, 2021
1 parent 1ef374e commit b9020d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -191,7 +191,7 @@
"No Tasks": "No Tasks",
"Select Task": "Select Task",
"Delete Task": "Delete Task",
"Dashboard": "Dashboard",
"Metrics": "Metrics",
"Pipeline Runs": "Pipeline Runs",
"Select a Project to view the list of {{pipelinesPageTitle}}": "Select a Project to view the list of {{pipelinesPageTitle}}",
"Create {{PipelineModel.label}}": "Create {{PipelineModel.label}}",
Expand Down
Expand Up @@ -44,8 +44,8 @@ const PipelineDetailsPage: React.FC<DetailsPageProps> = (props) => {
pages={[
navFactory.details(PipelineDetails),
{
href: 'dashboard',
name: t('pipelines-plugin~Dashboard'),
href: 'metrics',
name: t('pipelines-plugin~Metrics'),
component: PipelineMetrics,
},
navFactory.editYaml(),
Expand Down

0 comments on commit b9020d7

Please sign in to comment.