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`
10 lines
365 B
PHP
10 lines
365 B
PHP
<div
|
|
class="grid grid-flow-row w-full p-3 rounded-lg shadow-sm overflow-hidden ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10">
|
|
<span>
|
|
<span class="text-md font-medium text-gray-500 dark:text-gray-400">
|
|
{{ $getLabel() }}
|
|
</span>
|
|
<span class="text-md font-semibold">{{ $getValue() }}</span>
|
|
</span>
|
|
</div>
|