mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 17:28:43 +02:00
Add poll & tooltip
This commit is contained in:
parent
3f9c1dbc3c
commit
cde3546889
@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<div wire:poll>
|
||||
@switch($node->systemInformation()['version'] ?? 'false')
|
||||
@case('false')
|
||||
<x-filament::icon
|
||||
@ -9,6 +9,10 @@
|
||||
@break
|
||||
@default
|
||||
<x-filament::icon
|
||||
x-tooltip="{
|
||||
content: '{{ $node->systemInformation()['version'] }}',
|
||||
theme: $store.theme,
|
||||
}"
|
||||
:icon="'tabler-heartbeat'"
|
||||
@class(['fi-ta-icon-item', $sizeClasses, 'fi-color-custom text-custom-500 dark:text-custom-400', 'fi-color-success' => true])
|
||||
@style([\Filament\Support\get_color_css_variables('success', shades: [400, 500], alias: 'tables::columns.icon-column.item') => true])
|
||||
|
Loading…
x
Reference in New Issue
Block a user