Skip to content

Commit

Permalink
Remove monthl contributors card from overview
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Jan 14, 2025
1 parent 475239f commit 2eb7cf0
Showing 1 changed file with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
<usage-card class="col-12 sm:col-6 lg:col-3">
<template #heading>Used storage</template>
<div
class="w-full"
:style="{
class="w-full"
:style="{
height: '40px'
}"
>
<PProgressBar :value="0" :show-value="false"></PProgressBar>
</div>
<template #title
><span>{{
><span>{{
$filters.filesize(usage.storage, null, 0)
}}</span></template
>
Expand Down Expand Up @@ -86,21 +86,6 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
/>
</template>
</usage-card>
<usage-card class="col-12 sm:col-6 lg:col-3">
<template #heading>Active monthly contributors</template>
<div
class="w-full"
:style="{
height: '40px'
}"
>
<PProgressBar :value="0" :show-value="false"></PProgressBar>
</div>
<template #title
><span>{{ usage?.active_monthly_contributors }}</span></template
>
<template #subtitle>this month</template>
</usage-card>
<usage-card v-if="showWorkspaces" class="col-12 sm:col-6 lg:col-3">
<template #heading>Workspaces</template>
<div
Expand Down

0 comments on commit 2eb7cf0

Please sign in to comment.