mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: admin evaluation pages
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<script>
|
||||
import { goto } from '$app/navigation';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
import Evaluations from '$lib/components/admin/Evaluations.svelte';
|
||||
|
||||
onMount(() => {
|
||||
goto('/admin/evaluations/leaderboard');
|
||||
});
|
||||
</script>
|
||||
|
||||
<Evaluations />
|
||||
|
||||
5
src/routes/(app)/admin/evaluations/[tab]/+page.svelte
Normal file
5
src/routes/(app)/admin/evaluations/[tab]/+page.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import Evaluations from '$lib/components/admin/Evaluations.svelte';
|
||||
</script>
|
||||
|
||||
<Evaluations />
|
||||
Reference in New Issue
Block a user