Commit a3506a22 authored by Phil Hughes's avatar Phil Hughes

Fixed missing text

Fixed duplicated time in dropdown
parent 37284197
......@@ -26,7 +26,7 @@
.wrapper{ "v-show" => "!isLoading && !hasError" }
.panel.panel-default
.panel-heading
Pipeline Health
{{ 'Pipeline Health' | translate }}
.content-block
.container-fluid
.row
......@@ -44,7 +44,7 @@
{{ 'Last 30 days' | translate }}
%li
%a{ "href" => "#", "data-value" => "90" }
{{ 'Last 30 days' | translate }}
{{ 'Last 90 days' | translate }}
.stage-panel-container
.panel.panel-default.stage-panel
.panel-heading
......
......@@ -34,6 +34,7 @@ var config = {
graphs: './graphs/graphs_bundle.js',
groups_list: './groups_list.js',
issuable: './issuable/issuable_bundle.js',
locale: './locale/index.js',
merge_conflicts: './merge_conflicts/merge_conflicts_bundle.js',
merge_request_widget: './merge_request_widget/ci_bundle.js',
monitoring: './monitoring/monitoring_bundle.js',
......@@ -52,7 +53,6 @@ var config = {
vue_pipelines: './vue_pipelines_index/index.js',
issue_show: './issue_show/index.js',
group: './group.js',
locale: './locale/index.js',
},
output: {
......
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