mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00

* add custom statblock * add custom datablock * Use real values, not placeholders * More Changes * remove unused var * Remove old code * Remove more * Updates * Add LineHeight Changing the font size cut off the j/g and _ * Fix invisible console selection Closes #874 * Add Missing to `offline` detection * Use helper * Update * Removals * Move to `SmallStatBlock`
11 lines
438 B
PHP
11 lines
438 B
PHP
<div class="fi-wi-stats-overview-stat relative rounded-lg bg-white p-4 shadow-sm ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10">
|
|
<div class="grid grid-flow-row">
|
|
<span class="text-sm font-medium text-gray-500 dark:text-gray-400">
|
|
{{ $getLabel() }}
|
|
</span>
|
|
<div class="text-xl font-semibold text-gray-950 dark:text-white">
|
|
{{ $getValue() }}
|
|
</div>
|
|
</div>
|
|
</div>
|