BigW Consortium Gitlab

Commit a3506a22 by Phil Hughes

Fixed missing text

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