Remove hours usage cron/action

This commit is contained in:
Esdras Renan 2025-11-18 09:34:56 -03:00
parent 07a6f101b8
commit 674c62208f
4 changed files with 0 additions and 300 deletions

View file

@ -10,7 +10,6 @@ import { DEFAULT_TENANT_ID } from "@/lib/constants"
import { Card, CardAction, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
import { Skeleton } from "@/components/ui/skeleton"
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"
import { Button } from "@/components/ui/button"
import { SearchableCombobox, type SearchableComboboxOption } from "@/components/ui/searchable-combobox"
export function AdminAlertsManager() {
@ -90,9 +89,6 @@ export function AdminAlertsManager() {
<SelectItem value="all">Todos</SelectItem>
</SelectContent>
</Select>
<Button asChild size="sm" variant="outline">
<a href="/api/admin/alerts/hours-usage?range=30d&threshold=90">Disparar manualmente</a>
</Button>
</div>
</CardAction>
</CardHeader>