Commit 083d1b77 authored by Jannik Lehmann's avatar Jannik Lehmann

Replace GlDeprecatedBadge in Security Dashboard Project List

parent e345840a
<script> <script>
import { import {
GlDeprecatedBadge as GlBadge, GlBadge,
GlButton, GlButton,
GlLoadingIcon, GlLoadingIcon,
GlTooltipDirective, GlTooltipDirective,
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
<div> <div>
<h4 class="h5 font-weight-bold text-secondary border-bottom mb-3 pb-2"> <h4 class="h5 font-weight-bold text-secondary border-bottom mb-3 pb-2">
{{ s__('SecurityReports|Projects added') }} {{ s__('SecurityReports|Projects added') }}
<gl-badge pill class="font-weight-bold">{{ projects.length }}</gl-badge> <gl-badge class="font-weight-bold">{{ projects.length }}</gl-badge>
<gl-loading-icon v-if="showLoadingIndicator" size="sm" class="float-right" /> <gl-loading-icon v-if="showLoadingIndicator" size="sm" class="float-right" />
</h4> </h4>
<ul v-if="projects.length" class="list-unstyled"> <ul v-if="projects.length" class="list-unstyled">
......
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