Commit 1c6b1427 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mw-cicd-analytics-add-title' into 'master'

CI / CD Analytics: Add title to page

See merge request gitlab-org/gitlab!30891
parents 58a9995a ab259170
...@@ -113,6 +113,9 @@ export default { ...@@ -113,6 +113,9 @@ export default {
</script> </script>
<template> <template>
<div> <div>
<div class="mb-3">
<h3>{{ s__('PipelineCharts|CI / CD Analytics') }}</h3>
</div>
<h4 class="my-4">{{ s__('PipelineCharts|Overall statistics') }}</h4> <h4 class="my-4">{{ s__('PipelineCharts|Overall statistics') }}</h4>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
......
---
title: 'CI / CD Analytics: Add title to page'
merge_request: 30891
author:
type: added
...@@ -14931,6 +14931,9 @@ msgstr "" ...@@ -14931,6 +14931,9 @@ msgstr ""
msgid "Pipeline: %{status}" msgid "Pipeline: %{status}"
msgstr "" msgstr ""
msgid "PipelineCharts|CI / CD Analytics"
msgstr ""
msgid "PipelineCharts|Failed:" msgid "PipelineCharts|Failed:"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment