Skip to content
代码片段 群组 项目
提交 8a2afff0 编辑于 作者: Clement Ho's avatar Clement Ho
浏览文件

Merge branch...

Merge branch '62092-missing-padding-next-to-time-windows-dropdown-on-metrics-dashboard' into 'master'

Added padding to time window dropdown in monitor dashboard

Closes #62092

See merge request gitlab-org/gitlab-ce!28897
No related branches found
No related tags found
无相关合并请求
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
> >
</gl-dropdown> </gl-dropdown>
</div> </div>
<div v-if="showTimeWindowDropdown" class="d-flex align-items-center"> <div v-if="showTimeWindowDropdown" class="d-flex align-items-center prepend-left-8">
<strong>{{ s__('Metrics|Show last') }}</strong> <strong>{{ s__('Metrics|Show last') }}</strong>
<gl-dropdown <gl-dropdown
class="prepend-left-10 js-time-window-dropdown" class="prepend-left-10 js-time-window-dropdown"
......
---
title: Added padding to time window dropdown in monitor dashboard
merge_request: 28897
author:
type: fixed
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册