mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-30 16:09:40 +00:00
Update web/src/components/admin/settings/queue/AdminQueueStats.vue
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
02eb394b8e
commit
de7c065d81
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div v-if="stats" class="flex justify-center">
|
||||
<div
|
||||
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-100 px-5 py-5 border rounded-md w-full text-wp-text-100"
|
||||
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-300 px-5 py-5 border rounded-md w-full text-wp-text-100"
|
||||
>
|
||||
<div class="flex w-full">
|
||||
<h3 class="flex-1 font-semibold text-lg uppercase leading-tight">
|
||||
|
|
Loading…
Reference in a new issue