Resolve "Remove redundant header from metrics page"

This commit is contained in:
Adriel Santiago 2018-08-20 20:03:57 +00:00 committed by Clement Ho
parent 87c491b764
commit a89883b1c9
3 changed files with 6 additions and 8 deletions

View File

@ -172,7 +172,7 @@ export default {
<template>
<div
v-if="!showEmptyState"
class="prometheus-graphs prepend-top-10"
class="prometheus-graphs prepend-top-default"
>
<div class="environments d-flex align-items-center">
{{ s__('Metrics|Environment') }}

View File

@ -2,11 +2,4 @@
- page_title "Metrics for environment", @environment.name
.prometheus-container{ class: container_class }
.top-area
.row
.col-sm-6
%h3
Environment:
= link_to @environment.name, environment_path(@environment)
#prometheus-graphs{ data: metrics_data(@project, @environment) }

View File

@ -0,0 +1,5 @@
---
title: Remove redundant header from metrics page
merge_request: 21282
author:
type: changed