mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 01:55:27 +00:00
adjust adminqueuestats
This commit is contained in:
parent
a95a598e69
commit
a76f2da28c
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-300 dark:bg-wp-background-200 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-100 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