Commit 7fce730c authored by Jose Vargas's avatar Jose Vargas

Convert duration_badge to use GlBadge

parent d426642b
<script>
import { GlBadge } from '@gitlab/ui';
export default {
components: {
GlBadge,
},
props: {
duration: {
type: String,
......@@ -9,7 +14,7 @@ export default {
};
</script>
<template>
<div class="log-duration-badge rounded align-self-start px-2 ml-2 flex-shrink-0 ws-normal">
<gl-badge>
{{ duration }}
</div>
</gl-badge>
</template>
---
title: Change the badge design in the jobs page
merge_request: 53168
author:
type: changed
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