Skip to content
Snippets Groups Projects

Polish the instance overview cards

Merged Austin Regnery requested to merge aregnery/admin-overview-polish into master
All threads resolved!
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -29,7 +29,11 @@ export default {
<template>
<gl-card class="gl-h-full" footer-class="gl-h-full">
<h3 class="gl-m-0 gl-self-center gl-text-base">{{ __('Statistics') }}</h3>
<template #default>
<h3 class="gl-m-0 gl-inline-flex gl-items-center gl-gap-2 gl-self-center gl-text-base">
{{ __('Statistics') }}
</h3>
</template>
<template #footer>
<gl-loading-icon v-if="isLoading" size="md" class="my-3" />
<template v-else>
Loading