mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 08:21:05 +00:00
add test
This commit is contained in:
@@ -373,7 +373,8 @@
|
||||
<button
|
||||
v-if="row.status === 'active'"
|
||||
@click="handleResetQuota(row)"
|
||||
class="flex flex-col items-center gap-0.5 rounded-lg p-1.5 text-gray-500 transition-colors hover:bg-orange-50 hover:text-orange-600 dark:hover:bg-orange-900/20 dark:hover:text-orange-400"
|
||||
:disabled="resettingQuota && resettingSubscription?.id === row.id"
|
||||
class="flex flex-col items-center gap-0.5 rounded-lg p-1.5 text-gray-500 transition-colors hover:bg-orange-50 hover:text-orange-600 dark:hover:bg-orange-900/20 dark:hover:text-orange-400 disabled:cursor-not-allowed disabled:opacity-50"
|
||||
>
|
||||
<Icon name="refresh" size="sm" />
|
||||
<span class="text-xs">{{ t('admin.subscriptions.resetQuota') }}</span>
|
||||
|
||||
Reference in New Issue
Block a user