generated from Flycro/laravel-nuxt
This commit is contained in:
@@ -13,8 +13,8 @@ async function runJobs(job: string) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex gap-4">
|
||||
<UCard class="w-1/2">
|
||||
<div class="flex flex-col gap-4 md:flex-row">
|
||||
<UCard class="w-full md:w-1/2">
|
||||
<template #header>
|
||||
<h1 class="font-sans text-3xl font-bold">
|
||||
Server Jobs
|
||||
@@ -24,7 +24,7 @@ async function runJobs(job: string) {
|
||||
</UButton>
|
||||
</template>
|
||||
</UCard>
|
||||
<UCard class="w-1/2">
|
||||
<UCard class="w-full md:w-1/2">
|
||||
<template #header>
|
||||
<h1 class="font-sans text-3xl font-bold">
|
||||
Server Logs
|
||||
|
||||
@@ -6,7 +6,7 @@ definePageMeta({ middleware: ['role-admin'] })
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<UCard class="w-1/2">
|
||||
<UCard class="w-full md:w-1/2">
|
||||
<template #header>
|
||||
<h1 class="font-sans text-3xl font-bold">
|
||||
Benutzer Aktionen
|
||||
|
||||
Reference in New Issue
Block a user