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!
Files
4
@@ -28,8 +28,12 @@ export default {
</script>
<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>
<gl-card class="gl-h-full" footer-class="gl-h-full gl-py-0">
<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>
@@ -41,7 +45,6 @@ export default {
'gl-py-4',
'gl-m-0',
{ 'gl-border-b': index !== getStatistics(statisticsLabels).length - 1 },
{ 'gl-pt-0': index === 0 },
]"
>
{{ statistic.label }}
Loading